Skip to content

Commit c836371

Browse files
committed
fix: default github url
1 parent 4f9df74 commit c836371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Navbar.tsx

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

0 commit comments

Comments
 (0)