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 (
{menu.map((menuItem) => (
@@ -154,7 +151,7 @@ const Menu = () => {
);
};
-const Example = () => {
+const Navbar = () => {
const user = useAppSelector((state) => state.userState.user);
return (
@@ -194,4 +191,4 @@ const Example = () => {
);
};
-export default Example;
+export default Navbar;
diff --git a/server/src/api/evaluation/controllers/evaluation.js b/server/src/api/evaluation/controllers/evaluation.js
index e89e919..781570f 100644
--- a/server/src/api/evaluation/controllers/evaluation.js
+++ b/server/src/api/evaluation/controllers/evaluation.js
@@ -67,7 +67,7 @@ module.exports = createCoreController(
""
)}${
dimensions[dimensionIndex]?.comment &&
- `Argumentare: ${dimensions[dimensionIndex]?.comment}
`
+ `Argumentare: ${dimensions[dimensionIndex]?.comment}`
}
`;