microboard-ui-temp 0.1.80 → 0.1.82

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/dist/example.html CHANGED
@@ -14,12 +14,26 @@
14
14
  "
15
15
  />
16
16
  <title>Microboard</title>
17
- <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16-yz8wdy0r.png" />
18
- <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32-cwn1gceh.png" />
19
- <link rel="icon" type="image/svg+xml" href="public/favicon.svg" />
20
- <link rel="icon" href="/favicon-886rjdq8.ico" />
21
- <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-8hjanz47.png" />
22
- <link rel="manifest" href="/site-fdcbs67f.webmanifest" />
17
+ <link
18
+ rel="icon"
19
+ type="image/png"
20
+ sizes="16x16"
21
+ href="https://unpkg.com/microboard-ui-temp/dist/favicons/favicon-16x16.png"
22
+ />
23
+ <link
24
+ rel="icon"
25
+ type="image/png"
26
+ sizes="32x32"
27
+ href="https://unpkg.com/microboard-ui-temp/dist/favicons/favicon-32x32.png"
28
+ />
29
+ <link rel="icon" type="image/svg+xml" href="https://unpkg.com/microboard-ui-temp/dist/favicon.svg" />
30
+ <link rel="icon" href="https://unpkg.com/microboard-ui-temp/dist/favicons/favicon.ico" />
31
+ <link
32
+ rel="apple-touch-icon"
33
+ sizes="180x180"
34
+ href="https://unpkg.com/microboard-ui-temp/dist/favicons/apple-touch-icon.png"
35
+ />
36
+ <link rel="manifest" href="https://unpkg.com/microboard-ui-temp/dist/favicons/site.webmanifest" />
23
37
  <link rel="preconnect" href="https://fonts.googleapis.com" />
24
38
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
25
39
  <link
package/dist/index.js CHANGED
@@ -427287,7 +427287,7 @@ function AppView() {
427287
427287
  Audio: AudioPlayer
427288
427288
  };
427289
427289
  import_react414.useEffect(() => {
427290
- if (!offlineNotificationSent) {
427290
+ if (!offlineNotificationSent && window.location.href.includes("/welcome")) {
427291
427291
  notify2({
427292
427292
  header: t11("notifications.offlineHeader"),
427293
427293
  body: t11("notifications.offlineBody"),