Skip to content

Commit cf07765

Browse files
committed
fix: default github url
1 parent 03151c3 commit cf07765

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Navbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ export function Navbar({ children }: { children: React.ReactNode }) {
131131
const socialLinks = (
132132
<div className="flex items-center gap-2 [&_a]:opacity-70 [&_a:hover]:opacity-100 [&_svg]:text-xl">
133133
<a
134-
href={`https://github.com/${library?.repo ?? ''}`}
134+
href={`https://github.com/${library?.repo ?? 'tanstack'}`}
135135
aria-label={`Follow ${library?.name ?? 'TanStack'} on GitHub`}
136136
>
137137
<GithubIcon />

0 commit comments

Comments
 (0)