Skip to content

Commit

Permalink
better metadata for social
Browse files Browse the repository at this point in the history
  • Loading branch information
samepant committed Jan 20, 2024
1 parent a74f6af commit c1fff44
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 23 deletions.
5 changes: 4 additions & 1 deletion frontend/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Mech" />
<meta
name="description"
content="Mech gives any NFT the abilities of a full smart contract account — hold tokens, become a multisig owner, etc. Whoever owns that NFT becomes the operator of its Mech."
/>

<link
rel="apple-touch-icon"
Expand Down
12 changes: 6 additions & 6 deletions frontend/public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"short_name": "Club Card",
"name": "A wallet for your mechs",
"short_name": "Mech",
"name": "Mech — Inventories for NFTs",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"src": "icon3x.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo310.png",
"src": "icon3x.png",
"type": "image/png",
"sizes": "310x310"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
"theme_color": "#bc3f4d",
"background_color": "#fac0ea"
}
24 changes: 12 additions & 12 deletions frontend/public/site.webmanifest
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "Mech",
"short_name": "Mech",
"icons": [
{
"src": "/android-chrome-144x144.png",
"sizes": "144x144",
"type": "image/png"
}
],
"theme_color": "#fac0ea",
"background_color": "#fac0ea",
"display": "standalone"
"name": "Mech — Inventories for NFTs",
"short_name": "Mech",
"icons": [
{
"src": "/android-chrome-144x144.png",
"sizes": "144x144",
"type": "image/png"
}
],
"theme_color": "#fac0ea",
"background_color": "#fac0ea",
"display": "standalone"
}
3 changes: 0 additions & 3 deletions frontend/src/routes/Landing.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,3 @@
border: 2px solid var(--button-border);
filter: brightness(1.2);
}

.logo {
}
1 change: 0 additions & 1 deletion frontend/src/routes/Landing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ const Landing: React.FC = () => {
alt="Gnosis Guild"
width={24}
height={24}
className={classes.logo}
/>
<p>Built by Gnosis Guild</p>
</a>
Expand Down

1 comment on commit c1fff44

@vercel
Copy link

@vercel vercel bot commented on c1fff44 Jan 20, 2024

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.