Compare commits

..

2 Commits

View File

@@ -47,18 +47,22 @@ const items = computed<NavigationMenuItem[]>(() => [
{ {
label: $t('footer.links.source.backend'), label: $t('footer.links.source.backend'),
to: 'https://labs.phundrak.com/phundrak/bakit', to: 'https://labs.phundrak.com/phundrak/bakit',
target: '_blank',
}, },
{ {
label: $t('footer.links.source.frontend'), label: $t('footer.links.source.frontend'),
to: 'https://labs.phundrak.com/phundrak/framit', to: 'https://labs.phundrak.com/phundrak/framit',
target: '_blank',
}, },
{ {
label: $t('footer.links.nuxt'), label: $t('footer.links.nuxt'),
to: 'https://nuxt.com/', to: 'https://nuxt.com/',
target: '_blank',
}, },
{ {
label: $t('footer.links.rust'), label: $t('footer.links.rust'),
to: 'https://rust-lang.org/', to: 'https://rust-lang.org/',
target: '_blank',
}, },
]); ]);