Skip to content

Commit 891ebbe

Browse files
committed
pricing page public
1 parent ecf2710 commit 891ebbe

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

components/ui/header.tsx

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,18 @@ export default async function Header() {
1010
const navLinks = [
1111
{ label: "About", path: "/about", isExternal: false },
1212
{
13-
label: "Discord",
14-
path: "https://discord.gg/AKy5FmqCkF",
13+
label: "GitHub",
14+
path: "https://github.com/trypear/pearai-app",
1515
isExternal: true,
1616
},
1717
{
18-
label: "GitHub",
19-
path: "https://github.com/trypear/pearai-app",
18+
label: "Pricing",
19+
path: "/pricing",
20+
isExternal: false,
21+
},
22+
{
23+
label: "Discord",
24+
path: "https://discord.gg/AKy5FmqCkF",
2025
isExternal: true,
2126
},
2227
{

0 commit comments

Comments
 (0)