@apolitical/component-library 10.1.13-fg-1 → 10.1.13-fg-2
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.js +4 -4
- package/index.mjs +5 -5
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -25984,7 +25984,7 @@ const dF = Wo(() => Promise.resolve().then(() => mx)), E9 = [
|
|
|
25984
25984
|
},
|
|
25985
25985
|
{
|
|
25986
25986
|
key: "articles",
|
|
25987
|
-
href: "/
|
|
25987
|
+
href: "/articles/"
|
|
25988
25988
|
},
|
|
25989
25989
|
{
|
|
25990
25990
|
key: "communities",
|
|
@@ -26548,7 +26548,7 @@ const Pd = "cookieBanner_", Rd = [
|
|
|
26548
26548
|
// An array guarantees the right order
|
|
26549
26549
|
events: { href: "/events/", gtmType: "events-click" },
|
|
26550
26550
|
courses: { href: "/microcourses/", gtmType: "microcourses-click" },
|
|
26551
|
-
articles: { href: "/
|
|
26551
|
+
articles: { href: "/articles/", gtmType: "articles-click" },
|
|
26552
26552
|
communities: { href: "/communities/", gtmType: "communities-click" },
|
|
26553
26553
|
aiCampus: { href: "/pages/government-ai-campus", gtmType: "ai-campus-click" },
|
|
26554
26554
|
climateCampus: {
|
|
@@ -46528,7 +46528,7 @@ const Et = {
|
|
|
46528
46528
|
className: "icon courses"
|
|
46529
46529
|
},
|
|
46530
46530
|
articles: {
|
|
46531
|
-
href: "/
|
|
46531
|
+
href: "/articles/",
|
|
46532
46532
|
gtmType: "articles-click",
|
|
46533
46533
|
className: "icon articles"
|
|
46534
46534
|
},
|
|
@@ -50360,7 +50360,7 @@ const moe = ({
|
|
|
50360
50360
|
// 'overview' is needed for legacy reasons
|
|
50361
50361
|
},
|
|
50362
50362
|
solutionArticle: {
|
|
50363
|
-
basePath: "/
|
|
50363
|
+
basePath: "/articles",
|
|
50364
50364
|
className: "article",
|
|
50365
50365
|
length: {
|
|
50366
50366
|
title: 60
|
|
@@ -51278,7 +51278,7 @@ const tc = "notFoundError_", _oe = () => {
|
|
|
51278
51278
|
})
|
|
51279
51279
|
}
|
|
51280
51280
|
),
|
|
51281
|
-
/* @__PURE__ */ h.jsx(Le, { href: "/
|
|
51281
|
+
/* @__PURE__ */ h.jsx(Le, { href: "/articles/", children: e.formatMessage({ id: `${tc}cta` }) })
|
|
51282
51282
|
] })
|
|
51283
51283
|
},
|
|
51284
51284
|
reportError: () => {
|