@foeewni/web-core 2.2.9 → 2.2.10

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.
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@foeewni/web-core",
3
- "version": "2.2.9",
3
+ "version": "2.2.10",
4
4
  "description": "Friend of the Earth EWNI Core for frontend projects",
5
5
  "browser": {
6
6
  "foe-core.js": "dist/js/foe.core.min.js",
Binary file
Binary file
Binary file
@@ -11,6 +11,10 @@
11
11
  <meta name="foe:campaign" content="demo-campaign">
12
12
  <meta name="foe:page-type" content="demo">
13
13
  <meta name="viewport" content="width=device-width, initial-scale=1">
14
+ <link rel="icon" href="assets/favicon.ico" type="image/vnd.microsoft.icon" />
15
+ <link rel="icon" href="assets/favicon-32.png" type="image/png" sizes="32x32" />
16
+ <link rel="icon" href="assets/favicon-192.png" type="image/png" sizes="192x192" />
17
+ <link rel="shortcut icon" href="assets/favicon.ico" />
14
18
  <title>{{customVariables.pageTitle}}</title>
15
19
  <style>
16
20
  {{> theme}}