diff --git a/src/components/Project/AboutProject.jsx b/src/components/Project/AboutProject.jsx index a64a09d1..bf07c51e 100644 --- a/src/components/Project/AboutProject.jsx +++ b/src/components/Project/AboutProject.jsx @@ -71,8 +71,8 @@ const AboutProject = ({ data }) => { {data && (
-
-
+
+
{" "} Project Profile diff --git a/src/data/menuData.json b/src/data/menuData.json index cadf34bf..bbd37e2c 100644 --- a/src/data/menuData.json +++ b/src/data/menuData.json @@ -50,7 +50,7 @@ { "text": "Daily Expenses", "available": true, - "link": "/activities/gallary" + "link": "/activities/reports" } ] }, diff --git a/src/pages/Gallary/ImageGallary.jsx b/src/pages/Gallary/ImageGallary.jsx index 54573c56..1cd42476 100644 --- a/src/pages/Gallary/ImageGallary.jsx +++ b/src/pages/Gallary/ImageGallary.jsx @@ -366,7 +366,7 @@ const ImageGallery = () => { const renderFilterCategory = (label, items, type) => (
-
toggleCollapse(type)}> +
toggleCollapse(type)}> {label}
{type === "dateRange" && (selectedFilters.startDate || selectedFilters.endDate) && ( diff --git a/src/pages/Gallary/ImageGallery.css b/src/pages/Gallary/ImageGallery.css index 3724e0f6..eb9b4f7c 100644 --- a/src/pages/Gallary/ImageGallery.css +++ b/src/pages/Gallary/ImageGallery.css @@ -194,9 +194,6 @@ transition: background 0.2s; } -.dropdown-content label:hover { - background-color: #eef2ff; -} .dropdown-content input[type="checkbox"] { -webkit-appearance: none;