fix: FAQ in NuxtContent
FAQ converted to NuxtContent
This commit is contained in:
parent
8668b96eff
commit
48efe0f75b
14 changed files with 151 additions and 96 deletions
|
@ -12,7 +12,7 @@
|
|||
<Icon name="ph:waves" mode="svg" size="2em" />
|
||||
</button>
|
||||
<nav>
|
||||
<ul class="main-nav">
|
||||
<ul class="row main-nav">
|
||||
<li v-for="({label, to, aria, icon}) in navigation" :key="label">
|
||||
<NuxtLink :to="to" :aria-label="aria" active-class="active" class="inline-flex-row big-gap">
|
||||
<Icon :name="icon" mode="svg" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue