feat: logo

This commit is contained in:
Face 2025-05-30 13:50:06 +03:00
parent 7dc23151e0
commit bd32d48104
12 changed files with 38 additions and 30 deletions

View file

@ -131,8 +131,8 @@
<PromoCodeDialog bind:open={showPromoCode} />
<Sidebar.Root collapsible="offcanvas">
<Sidebar.Header>
<div class="flex items-center gap-1 px-2 py-2">
<img src="/placeholder_logo.png" class="h-5 w-5" alt="twoblade" />
<div class="flex items-center gap-2 px-2 py-2">
<img src="/rugplay.svg" class="h-5 w-5" alt="twoblade" />
<div class="flex items-center gap-2">
<span class="text-base font-semibold">Rugplay</span>
{#if $USER_DATA?.isAdmin}