ADD: icons for RichTextLink
Hard coded RichTextLink icons
This commit is contained in:
parent
cc8e4eb1bd
commit
9a1b1acfee
4 changed files with 9 additions and 19 deletions
|
@ -54,25 +54,25 @@ const burgerLabel = computed(() => isBurgerOpen.value ? burgerCloseLabel : burge
|
|||
const nav = [
|
||||
{
|
||||
to: `/`,
|
||||
label: 'home',
|
||||
label: 'Home',
|
||||
icon: 'house',
|
||||
'aria-label': 'Link dieser Seite: Startseite'
|
||||
},
|
||||
{
|
||||
to: `/services`,
|
||||
label: 'leistungen',
|
||||
label: 'Leistungen',
|
||||
icon: 'list-checks',
|
||||
aria: 'Link dieser Seite: Leistungen'
|
||||
},
|
||||
{
|
||||
to: `/references`,
|
||||
label: 'referenzen',
|
||||
label: 'Referenzen',
|
||||
icon: 'at',
|
||||
aria: 'Link dieser Seite: Referenzen'
|
||||
},
|
||||
{
|
||||
to: `/contact`,
|
||||
label: 'kontakt',
|
||||
label: 'Kontakt',
|
||||
icon: 'chats-circle',
|
||||
aria: 'Link dieser Seite: Kontakt'
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue