@openeuropa/bcl-data-footer 0.17.0 → 0.20.0

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.
Files changed (2) hide show
  1. package/data-eu.js +1 -1
  2. package/package.json +2 -2
package/data-eu.js CHANGED
@@ -149,7 +149,7 @@ module.exports = {
149
149
  {
150
150
  type: "content",
151
151
  content:
152
- "<p>Search for <a href='#' class='text-underline-hover mb-2'>EU social media channels</a></p>",
152
+ "<p>Search for <a href='#' class='mb-2'>EU social media channels</a></p>",
153
153
  },
154
154
  {
155
155
  type: "content",
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@openeuropa/bcl-data-footer",
3
3
  "author": "European Commission",
4
4
  "license": "EUPL-1.2",
5
- "version": "0.17.0",
5
+ "version": "0.20.0",
6
6
  "description": "OE footer data",
7
7
  "publishConfig": {
8
8
  "access": "public"
@@ -20,5 +20,5 @@
20
20
  "component-library",
21
21
  "design-system"
22
22
  ],
23
- "gitHead": "07ff24de8a209d80750a32cd52dfe9663fabf8e2"
23
+ "gitHead": "ea13560489a089d0c198f781e75951a9160d2554"
24
24
  }