Compare commits
2 Commits
7fdc35c67c
...
ca854e9d12
| Author | SHA1 | Date | |
|---|---|---|---|
|
ca854e9d12
|
|||
|
65ef6f682f
|
@@ -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',
|
||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user