mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 03:29:16 +01:00
refactor: ⚡ Ditch nuxt-icon in favour of iconify's native WebComponent
This commit is contained in:
parent
e622c1625f
commit
52c1f1c57f
20 changed files with 146 additions and 136 deletions
|
|
@ -23,7 +23,7 @@
|
|||
class="-m-2.5 inline-flex items-center justify-center rounded-md p-2.5 text-gray-200"
|
||||
@click="mobileMenuOpen = true">
|
||||
<span class="sr-only">Open main menu</span>
|
||||
<Icon name="tabler:menu-2" class="h-6 w-6" aria-hidden="true" />
|
||||
<iconify-icon icon="tabler:menu-2" width="1.5rem" height="1.5rem" aria-hidden="true" />
|
||||
</button>
|
||||
</div>
|
||||
<div class="hidden lg:flex lg:gap-x-12">
|
||||
|
|
@ -45,7 +45,7 @@
|
|||
</NuxtLink>
|
||||
<button type="button" class="-m-2.5 rounded-md p-2.5 text-gray-200" @click="mobileMenuOpen = false">
|
||||
<span class="sr-only">Close menu</span>
|
||||
<Icon name="tabler:x" class="h-6 w-6" aria-hidden="true" />
|
||||
<iconify-icon icon="tabler:x" width="1.5rem" height="1.5rem" aria-hidden="true" />
|
||||
</button>
|
||||
</div>
|
||||
<div class="mt-6 flow-root">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue