feat: logo
This commit is contained in:
parent
7dc23151e0
commit
bd32d48104
12 changed files with 38 additions and 30 deletions
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
title = 'Rugplay',
|
||||
description = 'Experience realistic cryptocurrency trading simulation game with AI-powered markets, rug pull mechanics, and virtual currencies. Learn crypto trading without financial risk in this educational game.',
|
||||
type = 'website',
|
||||
image = '/placeholder_logo.png',
|
||||
image = '/rugplay.svg',
|
||||
imageAlt = 'Rugplay Logo',
|
||||
keywords = '',
|
||||
author = 'Outpoot',
|
||||
|
|
|
|||
Reference in a new issue