From 5d46544c7b825533cdf3ef9740ea0652a431074a Mon Sep 17 00:00:00 2001 From: John Duprey Date: Wed, 12 Feb 2025 14:53:43 -0500 Subject: [PATCH] Update index.js --- src/pages/tools/community-repos/index.js | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/src/pages/tools/community-repos/index.js b/src/pages/tools/community-repos/index.js index 433f1559cdd6..f0fb433cab70 100644 --- a/src/pages/tools/community-repos/index.js +++ b/src/pages/tools/community-repos/index.js @@ -27,7 +27,7 @@ import { Radio, RadioGroup, FormControlLabel } from "@mui/material"; import { CippFormCondition } from "/src/components/CippComponents/CippFormCondition"; import AddIcon from "@mui/icons-material/Add"; import { Box } from "@mui/system"; -import { Add, AddBox, ForkLeft, OpenInNew } from "@mui/icons-material"; +import { Add, AddBox, Close, ForkLeft, OpenInNew } from "@mui/icons-material"; import { CippApiResults } from "/src/components/CippComponents/CippApiResults"; import CippFormComponent from "../../../components/CippComponents/CippFormComponent"; import { ApiGetCall } from "../../../api/ApiCall"; @@ -264,13 +264,14 @@ const Page = () => { - @@ -445,10 +446,18 @@ const Page = () => { - -