Prettify classes.
This commit is contained in:
parent
709b3356c7
commit
b748efaf5e
1 changed files with 2 additions and 2 deletions
|
@ -84,7 +84,7 @@
|
||||||
{label}
|
{label}
|
||||||
<Icon class="h-5 w-5" icon={chevronRight} />
|
<Icon class="h-5 w-5" icon={chevronRight} />
|
||||||
</span>
|
</span>
|
||||||
<ul class="p-2 bg-neutral text-neutral-content">
|
<ul class="bg-neutral p-2 text-neutral-content">
|
||||||
{#each items as { href, label }}
|
{#each items as { href, label }}
|
||||||
<li><a {href} {title}>{label}</a></li>
|
<li><a {href} {title}>{label}</a></li>
|
||||||
{/each}
|
{/each}
|
||||||
|
@ -107,7 +107,7 @@
|
||||||
{label}
|
{label}
|
||||||
<Icon class="h-5 w-5" icon={chevronDown} />
|
<Icon class="h-5 w-5" icon={chevronDown} />
|
||||||
</span>
|
</span>
|
||||||
<ul class="p-2 bg-neutral text-neutral-content">
|
<ul class="bg-neutral p-2 text-neutral-content">
|
||||||
{#each items as { href, label }}
|
{#each items as { href, label }}
|
||||||
<li><a {href} {title}>{label}</a></li>
|
<li><a {href} {title}>{label}</a></li>
|
||||||
{/each}
|
{/each}
|
||||||
|
|
Loading…
Reference in a new issue