Skip to content

Commit 9a23fa4

Browse files
Feat/add favicons (#552)
* added missing fevicons to all the platforms * added missing fevicons to all the platforms * chore: fix lockfile conflict * chore: pnpm lock --------- Co-authored-by: Merul Dhiman <[email protected]>
1 parent 3d21d37 commit 9a23fa4

File tree

7 files changed

+612
-638
lines changed

7 files changed

+612
-638
lines changed

platforms/eCurrency/client/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
5+
<link rel="icon" type="image/svg+xml" href="/ecurrency.ico" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>eCurrency</title>
88
</head>
183 KB
Binary file not shown.

platforms/eVoting/next-env.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3+
/// <reference path="./.next/types/routes.d.ts" />
34

45
// NOTE: This file should not be edited
56
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

platforms/emover/next-env.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3+
/// <reference path="./.next/types/routes.d.ts" />
34

45
// NOTE: This file should not be edited
56
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
203 KB
Binary file not shown.

platforms/marketplace/client/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
66
<title>W3DS Marketplace - Discover the MetaState</title>
7+
<link rel="icon" type="image/svg+xml" href="/marketplace.ico" />
8+
79
</head>
810
<body>
911
<div id="root"></div>
1012
<script type="module" src="/src/main.tsx"></script>
1113
<!-- This is a replit script which adds a banner on the top of the page when opened in development mode outside the replit environment -->
1214
<script type="text/javascript" src="https://replit.com/public/js/replit-dev-banner.js"></script>
1315
</body>
14-
</html>
16+
</html>

pnpm-lock.yaml

Lines changed: 606 additions & 636 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)