forked from coracle/flotilla
Fix self-closing tags
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
<div slot="title" class="flex gap-1">
|
||||
<RelayName {url} />
|
||||
{#if $notifications.has(path)}
|
||||
<div class="relative top-1 h-2 w-2 rounded-full bg-primary" />
|
||||
<div class="relative top-1 h-2 w-2 rounded-full bg-primary"></div>
|
||||
{/if}
|
||||
</div>
|
||||
<div slot="info"><RelayDescription {url} /></div>
|
||||
|
||||
Reference in New Issue
Block a user