FIX: nuxt icon
Nuxt icon implementation
This commit is contained in:
parent
531e6d6e33
commit
69b18642de
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
||||||
<Button :href="service.link" class="cta" :label="service.button" aria-label="Zur externen Seite von zur Terminbuchung" />
|
<Button :href="service.link" class="cta" :label="service.button" aria-label="Zur externen Seite von zur Terminbuchung" />
|
||||||
<ul class="flex-col">
|
<ul class="flex-col">
|
||||||
<li v-for="point in service.list">
|
<li v-for="point in service.list">
|
||||||
<Icon class="color-icon" name="ri:check-double-line" aria-hidden="true" alt="checkmark icon" size="1.5em" />
|
<Icon class="color-icon" name="ri:check-double-line" aria-hidden="true" alt="checkmark icon" size="1.5em" mode="svg" />
|
||||||
<span>{{point}}</span>
|
<span>{{point}}</span>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
<article class="z-2 card flex-col default-gap margin-top">
|
<article class="z-2 card flex-col default-gap margin-top">
|
||||||
<h3>Keinen Bock auf Telen? Understandable.</h3>
|
<h3>Keinen Bock auf Telen? Understandable.</h3>
|
||||||
<p>Dann schreib mir einfach gerne direkt eine E-Mail an
|
<p>Dann schreib mir einfach gerne direkt eine E-Mail an
|
||||||
<ClientOnly><a class="mail" href="mailto:anfragen@webfussel.de">anfragen@webfussel.de<Icon name="ri:mail-line" aria-hidden="true" alt="mail icon" /></a></ClientOnly>
|
<ClientOnly><a class="mail" href="mailto:anfragen@webfussel.de">anfragen@webfussel.de<Icon name="ri:mail-line" aria-hidden="true" alt="mail icon" mode="svg" /></a></ClientOnly>
|
||||||
</p>
|
</p>
|
||||||
<h3>Keine Kohle? Kommt vor.</h3>
|
<h3>Keine Kohle? Kommt vor.</h3>
|
||||||
<p>Meld dich trotzdem. Eventuell ist dein Projekt ja cool genug, dass ich dir da auch entsprechend entgegenkommen kann. :)</p>
|
<p>Meld dich trotzdem. Eventuell ist dein Projekt ja cool genug, dass ich dir da auch entsprechend entgegenkommen kann. :)</p>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue