Skip to content

Commit 2718a6f

Browse files
authored
Merge pull request trypear#86 from jarrensj/fix-github-capitalization
fix capitalization: Github -> GitHub
2 parents 11ea189 + c1a2992 commit 2718a6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/ui/header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default function Header() {
88
const navLinks = [
99
{ label: "About", path: "/about" },
1010
{ label: "Discord", path: "https://discord.gg/AKy5FmqCkF" },
11-
{ label: "Github", path: "https://github.com/trypear/pearai-app" },
11+
{ label: "GitHub", path: "https://github.com/trypear/pearai-app" },
1212
];
1313
return (
1414
<header className="fixed top-0 z-30 w-full animate-fadein-opacity bg-white-50 md:bg-opacity-40 md:bg-gradient-to-b md:from-white-50 md:backdrop-blur-[2px]">

0 commit comments

Comments
 (0)