mirror of
https://github.com/DiscordFactory/website-documentation.git
synced 2026-01-26 23:00:26 +01:00
🚧 Work in progress
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
<a
|
<a
|
||||||
:href="link.path"
|
:href="link.path"
|
||||||
rel="nofollow noreferrer noopener"
|
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">
|
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 }}
|
{{ link.label }}
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ import { github, twitter } from './Icons'
|
|||||||
export const links: NavbarLink[] = [
|
export const links: NavbarLink[] = [
|
||||||
{ label: 'Home', path: '/', local: true },
|
{ label: 'Home', path: '/', local: true },
|
||||||
{ label: 'Documentation', path: '/documentation', 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 = [
|
export const socials = [
|
||||||
|
|||||||
Reference in New Issue
Block a user