🚧 Work in progress

This commit is contained in:
Freeze455
2021-08-17 10:25:37 +02:00
parent 2cd7d0f3e7
commit 404a5df44e
2 changed files with 2 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
<a
:href="link.path"
rel="nofollow noreferrer noopener"
target="_blank"
class="border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 dark:text-gray-200 dark:hover:border-gray-300 dark:hover:text-gray-300 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">
{{ link.label }}
</a>

View File

@@ -4,7 +4,7 @@ import { github, twitter } from './Icons'
export const links: NavbarLink[] = [
{ label: 'Home', path: '/', local: true },
{ label: 'Documentation', path: '/documentation', local: true },
{ label: 'Github', path: '/', local: false }
{ label: 'Discussion', path: '/https://github.com/DiscordFactory/Core/discussions', local: false }
]
export const socials = [