chore: cleanup
All checks were successful
Build and Push Backend Image / build (push) Successful in 49s
Build and Push Frontend Image / build (push) Successful in 4m18s

This commit is contained in:
2026-03-06 19:25:07 +01:00
parent aed7b4a16f
commit c90c09da9a
20 changed files with 115 additions and 118 deletions

View File

@@ -1,10 +1,13 @@
<script lang="ts">
import { _ } from "svelte-i18n";
import SexyIcon from "../icon/icon.svelte";
const { hideName = false } = $props();
</script>
<img src="/logo.png" alt={$_("brand.name")} class="w-10 h-10 object-contain" />
<div class="relative">
<SexyIcon class="w-8 h-8 text-primary" />
</div>
<span
class={`logo text-3xl text-foreground opacity-90 tracking-wide font-extrabold drop-shadow-x ${hideName ? "hidden sm:inline-block" : ""}`}
>