Skip to content

Commit d77fa0c

Browse files
authored
Merge pull request #6 from kodadot/rmrk-deploy
Rmrk deploy
2 parents 84396bd + f8ab540 commit d77fa0c

16 files changed

+62
-245
lines changed
5.87 KB
Loading
40.8 KB
Loading

dashboard/public/apple-touch-icon.png

23.7 KB
Loading

dashboard/public/favicon-16x16.png

942 Bytes
Loading

dashboard/public/favicon-32x32.png

1.27 KB
Loading

dashboard/public/favicon.ico

0 Bytes
Binary file not shown.

dashboard/public/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@
44
<meta charset="utf-8" />
55
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
66
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
7+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
8+
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
9+
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
10+
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
711
<link rel="icon" href="<%= BASE_URL %>favicon.ico" />
812
<link rel="manifest" href="./manifest.webmanifest">
13+
<meta name="msapplication-TileColor" content="#da532c">
14+
<meta name="theme-color" content="#000000">
915
<title>KodaDot - NFT Explorer</title>
1016
<style>
1117
html,

dashboard/public/manifest.webmanifest

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
2-
"name": "KodaDot - Polkadot Wallet",
3-
"short_name": "KodaDot",
2+
"name": "KodaDot - NFT explorer",
3+
"short_name": "KodaDot_NFT",
44
"icons": [
55
{
66
"src": "/android-chrome-192x192.png",
77
"sizes": "192x192",
88
"type": "image/png"
99
},
1010
{
11-
"src": "/android-chrome-512x512.png",
12-
"sizes": "512x512",
11+
"src": "/android-chrome-384x384.png",
12+
"sizes": "384x384",
1313
"type": "image/png"
1414
}
1515
],
16-
"theme_color": "#ffffff",
17-
"background_color": "#ffffff",
16+
"theme_color": "#000000",
17+
"background_color": "#000000",
1818
"display": "standalone",
1919
"start_url": "/",
2020
"scope": "/"

dashboard/public/mstile-150x150.png

8.26 KB
Loading

dashboard/public/safari-pinned-tab.svg

Lines changed: 46 additions & 226 deletions
Loading

0 commit comments

Comments
 (0)