Fix some text

This commit is contained in:
braginini
2023-05-22 15:42:06 +02:00
parent b0a2f744a3
commit 7e62d86e44
2 changed files with 2 additions and 2 deletions

View File

@@ -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>

View File

@@ -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' },
], ],
}, },