From 5b5f3c60f5feb8962d37a38b59d3c2f6c1539631 Mon Sep 17 00:00:00 2001 From: Sean Marcia Date: Wed, 20 Sep 2023 10:58:44 -0400 Subject: [PATCH] remove FA icon --- components/AddYourProjectButton.tsx | 31 +++++++++++++++++++---------- components/Navbar.tsx | 3 +-- 2 files changed, 21 insertions(+), 13 deletions(-) diff --git a/components/AddYourProjectButton.tsx b/components/AddYourProjectButton.tsx index 89fa0e05..9a052cac 100644 --- a/components/AddYourProjectButton.tsx +++ b/components/AddYourProjectButton.tsx @@ -1,24 +1,33 @@ -import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; -import { faPlus } from '@fortawesome/free-solid-svg-icons'; +import { faPlus } from "@fortawesome/free-solid-svg-icons"; +import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; export const AddYourProjectButton = () => { return ( -
+
{/*
*/} -
-    - Add your project -
+
+ Add your project +
- -
- +
); }; diff --git a/components/Navbar.tsx b/components/Navbar.tsx index c581fe45..08a9850b 100644 --- a/components/Navbar.tsx +++ b/components/Navbar.tsx @@ -39,8 +39,7 @@ export const Navbar = () => { }} >
- -   Add your project + Add your project