Skip to content

Commit f58fe7a

Browse files
authored
chore: Update Header.astro
1 parent 6097eeb commit f58fe7a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/Header.astro

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
import { Icon } from '@astrojs/starlight/components';
33
44
const navItems = [
5-
{ name: "Gland_", href: "/docs/help" },
6-
{ name: "documentation", href: "/docs/documentation" },
7-
{ name: "changelog", href: "/docs/changelog" },
8-
{ name: "community", href: "/docs/community" }
5+
{ name: "Gland_", href: "/help" },
6+
{ name: "documentation", href: "/documentation" },
7+
{ name: "changelog", href: "/changelog" },
8+
{ name: "community", href: "/community" }
99
];
1010
---
1111

0 commit comments

Comments
 (0)