Compare commits
2 Commits
7fdc35c67c
...
develop
| Author | SHA1 | Date | |
|---|---|---|---|
|
ca854e9d12
|
|||
|
65ef6f682f
|
@@ -47,18 +47,22 @@ const items = computed<NavigationMenuItem[]>(() => [
|
||||
{
|
||||
label: $t('footer.links.source.backend'),
|
||||
to: 'https://labs.phundrak.com/phundrak/bakit',
|
||||
target: '_blank',
|
||||
},
|
||||
{
|
||||
label: $t('footer.links.source.frontend'),
|
||||
to: 'https://labs.phundrak.com/phundrak/framit',
|
||||
target: '_blank',
|
||||
},
|
||||
{
|
||||
label: $t('footer.links.nuxt'),
|
||||
to: 'https://nuxt.com/',
|
||||
target: '_blank',
|
||||
},
|
||||
{
|
||||
label: $t('footer.links.rust'),
|
||||
to: 'https://rust-lang.org/',
|
||||
target: '_blank',
|
||||
},
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user