refactor: pretty much the whole backend module hierarchy

This commit is contained in:
Aleksi Lassila
2025-02-11 02:40:41 +02:00
parent 6969525464
commit fa27f19975
96 changed files with 1786 additions and 2033 deletions

View File

@@ -81,7 +81,7 @@
{#if backdropUrl}
<LazyImg src={backdropUrl} class="absolute inset-0" />
{:else}
<div class="absolute inset-0 bg-secondary-700 header4 flex items-center justify-center">
<div class="absolute inset-0 bg-secondary-700 h1 flex items-center justify-center">
{title}
</div>
{/if}