From c225020ccbecbcbce6c356f37f2a89997bb58863 Mon Sep 17 00:00:00 2001 From: Sean Marcia Date: Wed, 20 Sep 2023 14:33:21 -0400 Subject: [PATCH] Add in sdg and sdg filtering --- components/AddYourProjectButton.tsx | 3 - components/Navbar.tsx | 3 - components/RepositoryList.tsx | 105 ++++++++--- generate.ts | 3 + generated.json | 2 +- topics.json | 268 +--------------------------- 6 files changed, 85 insertions(+), 299 deletions(-) diff --git a/components/AddYourProjectButton.tsx b/components/AddYourProjectButton.tsx index 9a052cac..14795079 100644 --- a/components/AddYourProjectButton.tsx +++ b/components/AddYourProjectButton.tsx @@ -1,6 +1,3 @@ -import { faPlus } from "@fortawesome/free-solid-svg-icons"; -import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; - export const AddYourProjectButton = () => { return (
diff --git a/components/Navbar.tsx b/components/Navbar.tsx index 08a9850b..5eecb9c5 100644 --- a/components/Navbar.tsx +++ b/components/Navbar.tsx @@ -1,6 +1,3 @@ -import { faPlus } from "@fortawesome/free-solid-svg-icons"; -import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; - export const Navbar = () => { return (