mirror of
https://github.com/coracle-social/flotilla.git
synced 2025-12-11 11:27:03 +00:00
Fix self-closing tags
This commit is contained in:
@@ -255,13 +255,13 @@
|
||||
</svelte:head>
|
||||
|
||||
{#await ready}
|
||||
<div data-theme={$theme} />
|
||||
<div data-theme={$theme}></div>
|
||||
{:then}
|
||||
<div data-theme={$theme}>
|
||||
<AppContainer>
|
||||
<slot />
|
||||
</AppContainer>
|
||||
<ModalContainer />
|
||||
<div class="tippy-target" />
|
||||
<div class="tippy-target"></div>
|
||||
</div>
|
||||
{/await}
|
||||
|
||||
Reference in New Issue
Block a user