update self-closing tags

This commit is contained in:
Jesse Winton
2025-03-31 12:54:22 -04:00
parent 0bba406f96
commit f718a52946
154 changed files with 431 additions and 431 deletions

View File

@@ -64,7 +64,7 @@
{#if $open && !disabled}
<div use:melt={$content} class="web-tooltip text-sub-body" transition:fly={flyParams}>
<div use:melt={$arrow} />
<div use:melt={$arrow}></div>
<slot name="tooltip" />
</div>
{/if}