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 4f9df74 commit c836371Copy full SHA for c836371
src/components/Navbar.tsx
@@ -129,7 +129,7 @@ export function Navbar({ children }: { children: React.ReactNode }) {
129
const socialLinks = (
130
<div className="flex items-center gap-2 [&_a]:opacity-70 [&_a:hover]:opacity-100 [&_svg]:text-xl">
131
<a
132
- href={`https://github.com/${library?.repo ?? ''}`}
+ href={`https://github.com/${library?.repo ?? 'tanstack'}`}
133
aria-label={`Follow ${library?.name ?? 'TanStack'} on GitHub`}
134
>
135
<GithubIcon />
0 commit comments