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 = () => {
- setOpenSearch(false)}>
+ setOpenSearch(false)} startIcon={}>
Close
- handleSearch()}>
+ handleSearch()}
+ startIcon={
+
+
+
+ }
+ >
Search