use summary image sizes
This commit is contained in:
parent
13bc31d227
commit
9aaecdeb5b
3 changed files with 6 additions and 2 deletions
|
|
@ -370,6 +370,7 @@
|
|||
: `${coinSymbol} virtual cryptocurrency, crypto trading simulation, virtual coin trading`}
|
||||
image={coin?.icon ? getPublicUrl(coin.icon) : '/apple-touch-icon.png'}
|
||||
imageAlt={coin ? `${coin.name} (${coin.symbol}) logo` : `${coinSymbol} cryptocurrency logo`}
|
||||
twitterCard="summary"
|
||||
/>
|
||||
|
||||
<SignInConfirmDialog bind:open={shouldSignIn} />
|
||||
|
|
|
|||
|
|
@ -357,6 +357,7 @@
|
|||
? `${profileData.profile.name}'s profile picture`
|
||||
: `@${username}'s profile`}
|
||||
keywords="crypto trader profile game, virtual trading portfolio, cryptocurrency simulation game, user portfolio simulator"
|
||||
twitterCard="summary"
|
||||
/>
|
||||
|
||||
<div class="container mx-auto max-w-6xl p-6">
|
||||
|
|
|
|||
Reference in a new issue