Skip to content

Commit

Permalink
- adapt tweet
Browse files Browse the repository at this point in the history
- adapt webpage headers
  • Loading branch information
starknetdev committed Aug 31, 2024
1 parent 0857bb8 commit 47d1d88
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
9 changes: 5 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!doctype html>
<html lang="en">
<head>
<title>Loot Survivor</title>
<title>Claims - Loot Survivor</title>

<meta charSet="utf-8" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
Expand All @@ -21,7 +21,7 @@
name="description"
content="Loot Survivor is a fully on-chain arcade dungeon crawler game on Starknet."
/>
<meta property="og:title" content="Loot Survivor" />
<meta property="og:title" content="Claims - Loot Survivor" />
<meta property="og:type" content="website" />
<meta
property="og:description"
Expand All @@ -43,12 +43,13 @@
name="twitter:description"
content="Loot Survivor is a fully on-chain arcade dungeon crawler game on Starknet."
/>
<meta
<!-- <meta
name="twitter:player"
content="https://lootsurvivor.io/twitter-card.html"
/>
<meta name="twitter:player:width" content="360" />
<meta name="twitter:player:height" content="680" />
<meta name="twitter:player:height" content="680" /> -->
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:image"
content="https://lootsurvivor.io/scenes/intro/beast.png"
Expand Down
Binary file added public/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/containers/Claimed.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ const Claimed = () => {

const network: Network = import.meta.env.VITE_NETWORK;
const gameAddress = networkConfig[network!].gameAddress;
const appUrl = networkConfig[network!].appUrl;

const { play: clickPlay } = useUiSounds(soundSelector.click);

Expand Down Expand Up @@ -396,7 +397,7 @@ const Claimed = () => {
)}
<div className="flex flex-col gap-2">
<TwitterShareButton
text={`🚀 Just claimed 10 FREE adventurers! 🎮🔥\n\nLoot Survivor is running an epic tournament with FREE gas & VRF for a whole week! 😱\n\nPlus, if you've got a qualifying NFT, you can score a full FREE game too! Don't miss out.\n\n@LootSurvivor #airdrop #Web3 #Starknet`}
text={`🚀 Just claimed ${freeGamesData.length} FREE adventurers! 🎮\n\nLoot Survivor is running an epic tournament with FREE gas & VRF for a whole week! 😱\n\nIf you've got a qualifying NFT, you can score a full FREE game too! Don't miss out.\n\n${appUrl}\n\n@LootSurvivor #airdrop #Web3 #Starknet`}
/>
<Button
size="lg"
Expand Down
2 changes: 1 addition & 1 deletion src/lib/networkConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const networkConfig = {
"0x012af3b1e79b2c20a61ca4b714851ac446e48208518c655ee61f46b45e87c65c",
lordsAddress:
"0x064fd80fcb41d00214430574a0aa19d21cc5d6452aeb4996f31b6e9ba4f466a0",
appUrl: "https://claims-sepolia.lootsurvivor.io",
appUrl: "https://claims-loot-survivor.vercel.app/",
},
mainnet: {
rpcUrl:
Expand Down

0 comments on commit 47d1d88

Please sign in to comment.