@local-civics/mgmt-ui 0.1.140 → 0.1.141
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/index.d.ts +2 -1
- package/dist/index.js +10 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +10 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1685,9 +1685,9 @@ const Home = (props) => {
|
|
|
1685
1685
|
)), /* @__PURE__ */ React.createElement(Grid.Col, null, /* @__PURE__ */ React.createElement(
|
|
1686
1686
|
CardGradient,
|
|
1687
1687
|
{
|
|
1688
|
-
title: "
|
|
1689
|
-
description: "
|
|
1690
|
-
onClick: props.
|
|
1688
|
+
title: "Pathways",
|
|
1689
|
+
description: "Curated learning experiences for skill-building.",
|
|
1690
|
+
onClick: props.onPathwaysClick
|
|
1691
1691
|
}
|
|
1692
1692
|
)), /* @__PURE__ */ React.createElement(Grid.Col, null, /* @__PURE__ */ React.createElement(
|
|
1693
1693
|
CardGradient,
|
|
@@ -1696,6 +1696,13 @@ const Home = (props) => {
|
|
|
1696
1696
|
description: "Project-sized skills acquisition and standards alignment.",
|
|
1697
1697
|
onClick: props.onBadgesClick
|
|
1698
1698
|
}
|
|
1699
|
+
)), /* @__PURE__ */ React.createElement(Grid.Col, null, /* @__PURE__ */ React.createElement(
|
|
1700
|
+
CardGradient,
|
|
1701
|
+
{
|
|
1702
|
+
title: "Lessons",
|
|
1703
|
+
description: "Explore units of instruction and/or see corresponding class progress.",
|
|
1704
|
+
onClick: props.onLessonsClick
|
|
1705
|
+
}
|
|
1699
1706
|
)))));
|
|
1700
1707
|
};
|
|
1701
1708
|
|