We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecf2710 commit 891ebbeCopy full SHA for 891ebbe
components/ui/header.tsx
@@ -10,13 +10,18 @@ export default async function Header() {
10
const navLinks = [
11
{ label: "About", path: "/about", isExternal: false },
12
{
13
- label: "Discord",
14
- path: "https://discord.gg/AKy5FmqCkF",
+ label: "GitHub",
+ path: "https://github.com/trypear/pearai-app",
15
isExternal: true,
16
},
17
18
- label: "GitHub",
19
- path: "https://github.com/trypear/pearai-app",
+ label: "Pricing",
+ path: "/pricing",
20
+ isExternal: false,
21
+ },
22
+ {
23
+ label: "Discord",
24
+ path: "https://discord.gg/AKy5FmqCkF",
25
26
27
0 commit comments