Skip to content

Commit

Permalink
fix meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
starknetdev committed Sep 26, 2023
1 parent 9ed3273 commit d5f0101
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions ui/src/app/head.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ export default function Head() {

<meta charSet="utf-8" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta name="author" content="Bibliothecadao" />
<link
rel="icon"
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🪦</text></svg>"
/>
<meta property="og:site_name" content="Survive" />
<meta property="og:site_name" content="Loot Survivor" />
<meta
name="description"
content="Loot Survivor is the first Play2Die game from Realms on Starknet."
Expand All @@ -31,9 +30,9 @@ export default function Head() {
name="twitter:description"
content="Loot Survivor is the first Play2Die game from Realms on Starknet."
/>
<meta name="twitter:siteId" content="1467726470533754880" />
<meta name="twitter:site:id" content="1467726470533754880" />
<meta name="twitter:creator" content="@bibliothecadao" />
<meta name="twitter:creatorId" content="1467726470533754880" />
<meta name="twitter:creator:id" content="1467726470533754880" />
<meta name="twitter:image" content="/scenes/intro/beast.png" />
</>
);
Expand Down

1 comment on commit d5f0101

@vercel
Copy link

@vercel vercel bot commented on d5f0101 Sep 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.