We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03151c3 commit cf07765Copy full SHA for cf07765
1 file changed
src/components/Navbar.tsx
@@ -131,7 +131,7 @@ export function Navbar({ children }: { children: React.ReactNode }) {
131
const socialLinks = (
132
<div className="flex items-center gap-2 [&_a]:opacity-70 [&_a:hover]:opacity-100 [&_svg]:text-xl">
133
<a
134
- href={`https://github.com/${library?.repo ?? ''}`}
+ href={`https://github.com/${library?.repo ?? 'tanstack'}`}
135
aria-label={`Follow ${library?.name ?? 'TanStack'} on GitHub`}
136
>
137
<GithubIcon />
0 commit comments