Add desktop header gap

This commit is contained in:
Nicola Spadari
2025-02-09 13:05:27 +01:00
parent 3e4f957088
commit 059b20cac8

View File

@@ -12,7 +12,8 @@
:items="desktopItems" :items="desktopItems"
variant="link" variant="link"
:ui="{ :ui="{
root: 'hidden md:flex' root: 'hidden md:flex',
list: 'md:gap-x-2'
}" }"
/> />
</UContainer> </UContainer>