mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-22 02:16:37 +00:00
Fix some text
This commit is contained in:
@@ -82,7 +82,7 @@ export const Header = forwardRef(function Header({ className }, ref) {
|
|||||||
<ModeToggle />
|
<ModeToggle />
|
||||||
</div>
|
</div>
|
||||||
<div className="hidden min-[416px]:contents">
|
<div className="hidden min-[416px]:contents">
|
||||||
<Button href="https://app.netbird.io/">Sign in</Button>
|
<Button href="https://app.netbird.io/" target="_blank">Try NetBird</Button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</motion.div>
|
</motion.div>
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ export const docsNavigation = [
|
|||||||
title: 'Self-hosted NetBird',
|
title: 'Self-hosted NetBird',
|
||||||
links: [
|
links: [
|
||||||
{ title: 'Installation guide', href: '/docs/selfhosted/selfhosted-guide' },
|
{ title: 'Installation guide', href: '/docs/selfhosted/selfhosted-guide' },
|
||||||
{ title: 'Supported identity providers (IDPs)', href: '/docs/selfhosted/identity-providers' },
|
{ title: 'Supported IdPs', href: '/docs/selfhosted/identity-providers' },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user