Skip to content

Commit 80983d9

Browse files
authored
Merge branch 'master' into modal-card-description
2 parents 1048428 + 81f6a7d commit 80983d9

6 files changed

Lines changed: 10 additions & 14 deletions

File tree

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@mui/icons-material": "^6.4.6",
4343
"@mui/material": "^5.15.11",
4444
"@react-icons/all-files": "^4.1.0",
45-
"@sistent/sistent": "^0.15.9",
45+
"@sistent/sistent": "^0.15.11",
4646
"@svgr/webpack": "^8.0.1",
4747
"@types/mui-datatables": "^4.3.12",
4848
"ajv": "^8.17.1",

src/sections/Community/Handbook/recognition.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@ const badgeStyle = {
5656
marginRight: "1rem",
5757
};
5858

59-
const badgeListStyle = {
60-
listStyleType: "none",
61-
};
6259

6360
const recognitionsstyle = {
6461
marginBottom: "0.5rem",

src/sections/Partners/partners.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import React from "react";
22
import partner1 from "../../assets/images/partners/University_of_Texas_at_Austin_seal.webp";
33
import partner2 from "../../assets/images/partners/gsoc.svg";
4-
import partner3 from "../../assets/images/partners/UEM_Logo.webp";
54
import { ReactComponent as Partner4 } from "../../assets/images/partners/citrix-colorMode.svg";
65
import { ReactComponent as Partner5 } from "../../assets/images/partners/cncf-stacked-colorMode.svg";
76
import { ReactComponent as Partner6 } from "../../assets/images/partners/hashicorp_vertical-colorMode.svg";

src/sections/Pricing/feature_data.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@
573573
"teamOperator": "",
574574
"enterprise": "x"
575575
},
576-
"docs": ""
576+
"docs": "https://docs.layer5.io/kanvas/designer/sharing/"
577577
},
578578
{
579579
"theme": "",
@@ -589,7 +589,7 @@
589589
"teamOperator": "",
590590
"enterprise": "x"
591591
},
592-
"docs": ""
592+
"docs": "https://docs.layer5.io/kanvas/designer/sharing/#sharing-your-design-with-a-link"
593593
},
594594
{
595595
"theme": "",
@@ -605,7 +605,7 @@
605605
"teamOperator": "x",
606606
"enterprise": "x"
607607
},
608-
"docs": ""
608+
"docs": "https://docs.layer5.io/kanvas/operator/views/"
609609
},
610610
{
611611
"theme": "",
@@ -1183,4 +1183,4 @@
11831183
},
11841184
"docs": ""
11851185
}
1186-
]
1186+
]

src/sections/Projects/Sistent/components/iconbutton/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { FaTrash } from "@react-icons/all-files/fa/FaTrash";
1414
import { FaSearch } from "@react-icons/all-files/fa/FaSearch";
1515
import TabButton from "../../../../../reusecore/Button";
1616
import { SistentLayout } from "../../sistent-layout";
17-
import { Col, Row } from "../../../../../reusecore/Layout";
17+
import { Row } from "../../../../../reusecore/Layout";
1818
import { useStyledDarkMode } from "../../../../../theme/app/useStyledDarkMode";
1919

2020
const SistentIconButton = () => {

0 commit comments

Comments
 (0)