diff --git a/app/components/Header.vue b/app/components/Header.vue index 9b537a0..ff88bca 100644 --- a/app/components/Header.vue +++ b/app/components/Header.vue @@ -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' }, diff --git a/app/components/RichText/Link.vue b/app/components/RichText/Link.vue index 266fce6..d37a2a3 100644 --- a/app/components/RichText/Link.vue +++ b/app/components/RichText/Link.vue @@ -1,12 +1,14 @@ diff --git a/app/components/RichText/Types.ts b/app/components/RichText/Types.ts index 997566e..3372f88 100644 --- a/app/components/RichText/Types.ts +++ b/app/components/RichText/Types.ts @@ -20,10 +20,6 @@ export type RichTextSpan = RichTextBasis & { export type RichTextLink = RichTextBasis & { type: 'a' href: string - icon ?: { - name: string - position : 'start' | 'end' - } target ?: string } diff --git a/app/components/SkillsEasy.vue b/app/components/SkillsEasy.vue index cccaa34..639aec4 100644 --- a/app/components/SkillsEasy.vue +++ b/app/components/SkillsEasy.vue @@ -141,10 +141,6 @@ const skills : Skill[] = [ target: '_blank', css: 'text', href: 'https://www.storyblok.com', - icon: { - name: 'ph:arrow-square-out-duotone', - position: 'end', - }, content: 'Storyblok' }, { @@ -165,10 +161,6 @@ const skills : Skill[] = [ target: '_blank', css: 'text', href: 'https://www.strapi.io', - icon: { - name: 'ph:arrow-square-out-duotone', - position: 'end', - }, content: 'Strapi' }, {