feat: logo
This commit is contained in:
parent
7dc23151e0
commit
bd32d48104
12 changed files with 38 additions and 30 deletions
|
|
@ -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`}
|
||||
/>
|
||||
|
||||
|
|
|
|||
|
|
@ -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`}
|
||||
|
|
|
|||
Reference in a new issue