Fix loading indicator

This commit is contained in:
2025-12-28 16:15:08 -06:00
parent dec21a7c5d
commit 8560529475
2 changed files with 13 additions and 4 deletions

View File

@@ -62,12 +62,13 @@ func Components.Shell(title, html, page, $mypage)
</nav>
<main class="responsive">
<div class="htmx-indicator shape loading-indicator extra" id="loading-indicator">
<img class="responsive" src="./tytd.svg">
</div>
<raw(html)>
</main>
<div class="htmx-indicator shape loading-indicator extra" id="loading-indicator">
<img class="responsive" src="./tytd.svg">
</div>
</body>
</html>;