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 c3e3af6 commit d2e57e9Copy full SHA for d2e57e9
app/_components/header.tsx
@@ -30,9 +30,10 @@ export function Header() {
30
<NavbarContent className="hidden sm:flex gap-4" justify="end">
31
<NavbarItem>
32
<Link
33
+ isExternal
34
aria-label="Docs"
35
className="p-1 text-default-600 dark:text-default-500 text-sm"
- href="/docs"
36
+ href="https://docs.poac.dev"
37
>
38
<FontAwesomeIcon
39
className="text-default-600 dark:text-default-500"
0 commit comments