Skip to content

Commit c60855d

Browse files
authored
Update Navbar.tsx
1 parent e778f20 commit c60855d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Navbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default function Navbar({ active }: NavbarProps) {
1717
name: 'Docs',
1818
href: '/docs',
1919
},
20-
{ name: 'Github', href: 'https://github.com/pbkit' },
20+
{ name: 'Github', href: 'https://github.com/pbkit/wrp.pbkit.dev' },
2121
];
2222

2323
return (

0 commit comments

Comments
 (0)