diff --git a/client/index.html b/client/index.html index 1ea3f25..d65cc83 100644 --- a/client/index.html +++ b/client/index.html @@ -2,7 +2,7 @@ - + Evaluare ONG | Creștem.ONG diff --git a/client/public/favicon.png b/client/public/favicon.png new file mode 100644 index 0000000..e5d081a Binary files /dev/null and b/client/public/favicon.png differ diff --git a/client/public/vite.svg b/client/public/vite.svg deleted file mode 100644 index e7b8dfb..0000000 --- a/client/public/vite.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/client/src/components/Navbar/index.tsx b/client/src/components/Navbar/index.tsx index d92f368..b22a991 100644 --- a/client/src/components/Navbar/index.tsx +++ b/client/src/components/Navbar/index.tsx @@ -126,9 +126,6 @@ const Menu = () => { console.log("userType", userType); const menu = MENU[userType]; - const linkClassName = - "flex flex-wrap border-b-2 border-transparent px-3 py-2 font-medium items-center text-gray-900 border-teal-600"; - return (