From a2b2c8ea5cebf32ff38a4f9d0879a7c68ab4bc6b Mon Sep 17 00:00:00 2001 From: Uday Raj Sahai Date: Thu, 17 Sep 2026 16:28:12 +0530 Subject: [PATCH] Accessibility-fix-in-code --- app/[locale]/(user)/about-us/page.tsx | 8 +- .../CollaborativesListingClient.tsx | 11 +- app/[locale]/(user)/components/Content.tsx | 11 +- app/[locale]/(user)/components/Datasets.tsx | 2 +- .../(user)/components/ListingComponent.tsx | 4 +- app/[locale]/(user)/components/Sectors.tsx | 2 +- app/[locale]/(user)/components/UseCases.tsx | 2 +- app/[locale]/(user)/datasets/page.tsx | 4 + app/[locale]/(user)/page.module.scss | 5 + .../publishers/PublishersListingClient.tsx | 5 +- .../(user)/sectors/SectorsListing.tsx | 11 +- .../(user)/usecases/UseCasesListingClient.tsx | 6 +- .../dashboard/components/main-footer.tsx | 6 + .../dashboard/components/main-nav.tsx | 126 +++++++++--------- app/[locale]/dashboard/components/sidebar.tsx | 2 +- app/[locale]/layout.tsx | 7 + components/provider.tsx | 41 +++++- styles/globals.css | 7 + 18 files changed, 164 insertions(+), 96 deletions(-) diff --git a/app/[locale]/(user)/about-us/page.tsx b/app/[locale]/(user)/about-us/page.tsx index 65d4dae4..b409f54a 100644 --- a/app/[locale]/(user)/about-us/page.tsx +++ b/app/[locale]/(user)/about-us/page.tsx @@ -56,7 +56,7 @@ const About = () => { }); return ( -
+
{ ]} />
- About CivicDataSpace + + About CivicDataSpace +
CivicDataSpace is a collaborative, open-source platform that goes @@ -118,7 +120,7 @@ const About = () => {
*/}
-
+ ); }; diff --git a/app/[locale]/(user)/collaboratives/CollaborativesListingClient.tsx b/app/[locale]/(user)/collaboratives/CollaborativesListingClient.tsx index 5f59ef8b..a0726485 100644 --- a/app/[locale]/(user)/collaboratives/CollaborativesListingClient.tsx +++ b/app/[locale]/(user)/collaboratives/CollaborativesListingClient.tsx @@ -162,7 +162,7 @@ const CollaborativesListingClient = () => { }); return ( -
+
{
@@ -231,7 +232,7 @@ const CollaborativesListingClient = () => { {/* Search and Filter Section */}
{ setSearchTerm(e); @@ -252,8 +253,8 @@ const CollaborativesListingClient = () => { Sort : {
); }; diff --git a/app/[locale]/(user)/sectors/SectorsListing.tsx b/app/[locale]/(user)/sectors/SectorsListing.tsx index ca76c7e4..bffdb782 100644 --- a/app/[locale]/(user)/sectors/SectorsListing.tsx +++ b/app/[locale]/(user)/sectors/SectorsListing.tsx @@ -68,7 +68,7 @@ const SectorsListing = () => { }); return ( -
+
{
@@ -136,7 +137,7 @@ const SectorsListing = () => {
{ setSearchText(e); @@ -155,8 +156,8 @@ const SectorsListing = () => { Sort :