@dcl/explorer-website 2.0.3-7505772439.commit-30a1a72 → 2.0.3-7506272388.commit-cd9b122

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.html CHANGED
@@ -4,7 +4,7 @@
4
4
  <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
5
5
  <meta name="viewport" content="width=device-width,initial-scale=1,minimal-ui" />
6
6
  <link rel="shortcut icon" type="image/x-icon" href="https://decentraland.org/images/icons/favicon-32x32.png" />
7
- <link rel="preload" href="https://cdn.decentraland.org/@dcl/explorer-website/2.0.3-7505772439.commit-30a1a72/images/background-v3@blur.jpg" as="image" />
7
+ <link rel="preload" href="https://cdn.decentraland.org/@dcl/explorer-website/2.0.3-7506272388.commit-cd9b122/images/background-v3@blur.jpg" as="image" />
8
8
  <link rel="preconnect" href="https://cdn.decentraland.org" />
9
9
  <link rel="preconnect" href="https://api.thegraph.com" />
10
10
  <title>Decentraland</title>
@@ -17,7 +17,7 @@
17
17
  property="og:description"
18
18
  content="Decentraland is a virtual social platform built and governed by its users. Every day, users enter the world to meet up, play games, attend live events, trade in the marketplace, engage with brands, visit galleries and much more"
19
19
  />
20
- <meta property="og:image" content="https://cdn.decentraland.org/@dcl/explorer-website/2.0.3-7505772439.commit-30a1a72/images/background-v3@1x.jpg" />
20
+ <meta property="og:image" content="https://cdn.decentraland.org/@dcl/explorer-website/2.0.3-7506272388.commit-cd9b122/images/background-v3@1x.jpg" />
21
21
  <style type="text/css">
22
22
  html,
23
23
  body {
@@ -111,7 +111,7 @@
111
111
  background-position: bottom center;
112
112
  background-repeat: no-repeat;
113
113
  background-color: #230b61;
114
- background-image: url('https://cdn.decentraland.org/@dcl/explorer-website/2.0.3-7505772439.commit-30a1a72/images/background-v3@blur.jpg');
114
+ background-image: url('https://cdn.decentraland.org/@dcl/explorer-website/2.0.3-7506272388.commit-cd9b122/images/background-v3@blur.jpg');
115
115
  position: absolute;
116
116
  top: 0;
117
117
  left: 0;
@@ -136,10 +136,10 @@
136
136
  }
137
137
  </style>
138
138
  <script>
139
- window.VITE_APP_WEBSITE_VERSION = '2.0.3-7505772439.commit-30a1a72'
139
+ window.VITE_APP_WEBSITE_VERSION = '2.0.3-7506272388.commit-cd9b122'
140
140
  </script>
141
- <script type="module" crossorigin src="https://cdn.decentraland.org/@dcl/explorer-website/2.0.3-7505772439.commit-30a1a72/assets/index-w_XrU9LF.js"></script>
142
- <link rel="stylesheet" crossorigin href="https://cdn.decentraland.org/@dcl/explorer-website/2.0.3-7505772439.commit-30a1a72/assets/index-E1C-jY3Y.css">
141
+ <script type="module" crossorigin src="https://cdn.decentraland.org/@dcl/explorer-website/2.0.3-7506272388.commit-cd9b122/assets/index-MA1_yW_C.js"></script>
142
+ <link rel="stylesheet" crossorigin href="https://cdn.decentraland.org/@dcl/explorer-website/2.0.3-7506272388.commit-cd9b122/assets/index-ppVp0cKo.css">
143
143
  </head>
144
144
  <body class="dcl-loading">
145
145
  <div id="gameContainer"></div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcl/explorer-website",
3
- "version": "2.0.3-7505772439.commit-30a1a72",
3
+ "version": "2.0.3-7506272388.commit-cd9b122",
4
4
  "description": "The website for decentraland's explorer ",
5
5
  "main": "website.js",
6
6
  "scripts": {
@@ -15,6 +15,6 @@
15
15
  "bugs": {
16
16
  "url": "https://github.com/decentraland/explorer-website/issues"
17
17
  },
18
- "homepage": "https://cdn.decentraland.org/@dcl/explorer-website/2.0.3-7505772439.commit-30a1a72",
19
- "commit": "30a1a7253c2135d0b65d2702e921c5bb59698021"
18
+ "homepage": "https://cdn.decentraland.org/@dcl/explorer-website/2.0.3-7506272388.commit-cd9b122",
19
+ "commit": "cd9b1226f103fa804864c7d7eb00f0817668ba3a"
20
20
  }