Skip to content

Commit

Permalink
Update branding for sharing
Browse files Browse the repository at this point in the history
  • Loading branch information
hsoerensen committed Sep 14, 2024
1 parent 908431d commit 641de03
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Voi.observer"
content="Explore the Voi blockchain"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />

<title>Explorer</title>
<title>Voi Explorer</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
Binary file added public/logo192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 7 additions & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
{
"short_name": "Voi.observer",
"name": "Voi.observer",
"short_name": "Voi Explorer",
"name": "Voi Explorer",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
}
],
"start_url": ".",
Expand Down

0 comments on commit 641de03

Please sign in to comment.