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