fix: Do not nest `p` inside `div`
This commit is contained in:
parent
3f71107a0a
commit
6024a151b2
|
@ -37,9 +37,7 @@
|
|||
<p class="text-gray-200 flex justify-center">
|
||||
{#each (post?.tags ?? []) as tag, i}
|
||||
{#if i > 0}
|
||||
<div class="separator text-sm">
|
||||
<DividerVertical />
|
||||
</div>
|
||||
{/if}
|
||||
<a href="/tag/{tag}">{tag}</a>
|
||||
{/each}
|
||||
|
|
Loading…
Reference in New Issue