diff --git a/website/src/app.html b/website/src/app.html index 5ff71ed..8b9dcc9 100644 --- a/website/src/app.html +++ b/website/src/app.html @@ -1,27 +1,33 @@ - - - - - - - Rugplay - - - - - - - - - - - - - %sveltekit.head% - - -
%sveltekit.body%
- - + + + + + + + + + + + Rugplay + + + + + + + + + + + + + %sveltekit.head% + + + +
%sveltekit.body%
+ + + \ No newline at end of file diff --git a/website/src/lib/components/self/AppSidebar.svelte b/website/src/lib/components/self/AppSidebar.svelte index 17ce32b..34ab6d4 100644 --- a/website/src/lib/components/self/AppSidebar.svelte +++ b/website/src/lib/components/self/AppSidebar.svelte @@ -131,8 +131,8 @@ -
- twoblade +
+ twoblade
Rugplay {#if $USER_DATA?.isAdmin} diff --git a/website/src/lib/components/self/SEO.svelte b/website/src/lib/components/self/SEO.svelte index d58573d..fc1840f 100644 --- a/website/src/lib/components/self/SEO.svelte +++ b/website/src/lib/components/self/SEO.svelte @@ -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', diff --git a/website/src/routes/coin/[coinSymbol]/+page.svelte b/website/src/routes/coin/[coinSymbol]/+page.svelte index 8cd4e1a..a54282a 100644 --- a/website/src/routes/coin/[coinSymbol]/+page.svelte +++ b/website/src/routes/coin/[coinSymbol]/+page.svelte @@ -340,7 +340,7 @@ keywords={coin ? `${coin.name} cryptocurrency game, *${coin.symbol} virtual trading, ${coin.symbol} price simulation, cryptocurrency trading game, virtual coin ${coin.symbol}` : `${coinSymbol} virtual cryptocurrency, crypto trading simulation, virtual coin trading`} - image={coin?.icon ? getPublicUrl(coin.icon) : '/placeholder_logo.png'} + image={coin?.icon ? getPublicUrl(coin.icon) : '/rugplay.svg'} imageAlt={coin ? `${coin.name} (${coin.symbol}) logo` : `${coinSymbol} cryptocurrency logo`} /> diff --git a/website/src/routes/user/[username]/+page.svelte b/website/src/routes/user/[username]/+page.svelte index ac1bb4b..4634233 100644 --- a/website/src/routes/user/[username]/+page.svelte +++ b/website/src/routes/user/[username]/+page.svelte @@ -205,7 +205,7 @@ type="profile" image={profileData?.profile?.image ? getPublicUrl(profileData.profile.image) - : '/placeholder_logo.png'} + : '/rugplay.svg'} imageAlt={profileData?.profile?.name ? `${profileData.profile.name}'s profile picture` : `@${username}'s profile`} diff --git a/website/static/android-chrome-192x192.png b/website/static/android-chrome-192x192.png new file mode 100644 index 0000000..069fb6d Binary files /dev/null and b/website/static/android-chrome-192x192.png differ diff --git a/website/static/apple-touch-icon.png b/website/static/apple-touch-icon.png new file mode 100644 index 0000000..d1939ef Binary files /dev/null and b/website/static/apple-touch-icon.png differ diff --git a/website/static/favicon-48x48.png b/website/static/favicon-48x48.png new file mode 100644 index 0000000..8ef933e Binary files /dev/null and b/website/static/favicon-48x48.png differ diff --git a/website/static/favicon.png b/website/static/favicon.png deleted file mode 100644 index 825b9e6..0000000 Binary files a/website/static/favicon.png and /dev/null differ diff --git a/website/static/favicon.svg b/website/static/favicon.svg new file mode 100644 index 0000000..98b64da --- /dev/null +++ b/website/static/favicon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/website/static/placeholder_logo.png b/website/static/placeholder_logo.png deleted file mode 100644 index 7fff393..0000000 Binary files a/website/static/placeholder_logo.png and /dev/null differ diff --git a/website/static/rugplay.svg b/website/static/rugplay.svg new file mode 100644 index 0000000..98b64da --- /dev/null +++ b/website/static/rugplay.svg @@ -0,0 +1 @@ + \ No newline at end of file