From 40210688eec1d96e7ae2a46b1700f9ed1b27f9f4 Mon Sep 17 00:00:00 2001
From: Ochieng Paul
- {file.resource_summary}
-
+
- Clean Air Forum Events
-
-
- {eventsList.map((event) => {
- // Use the unique_title directly in the link.
- const href = `/clean-air-forum/about?slug=${encodeURIComponent(
- event.unique_title,
- )}`;
- return (
-
-
- Clean Air Glossary
-
-
- Vaccination
-
-
- Visa invitation letter
-
- Partners
-
-
- Convening partners and Collaborators
-
-
- Host partners
-
- Exhibitors
-
- Funding Partners and Sponsors
-
- Program Committee
-
- >
- )}
-
- {session.session_title}
-
- {isOpen ?
- {resource.resource_title}
-
- {resource.resource_sessions?.map(
- (session: any, sessionIndex: number) => (
- {title}
-
- {item.session_title}
-
- Schedule
-
- Registration
- Keynote Speakers
-
- Speakers
- Sponsorship opportunities
-
-
-
- Sponsors
-
-
Clean air for all
African Cities.
-
diff --git a/src/website2/src/components/layouts/NotificationBanner.tsx b/src/website2/src/components/layouts/NotificationBanner.tsx index f80e02c09f..dd4348ad7d 100644 --- a/src/website2/src/components/layouts/NotificationBanner.tsx +++ b/src/website2/src/components/layouts/NotificationBanner.tsx @@ -10,7 +10,7 @@ import mainConfig from '@/configs/mainConfigs'; import { trackEvent } from '../GoogleAnalytics'; -const CLEAN_AIR_NETWORK_ROUTE = '/clean-air-network'; +const CLEAN_AIR_NETWORK_ROUTE = '/clean-air-network/about'; const NotificationBanner: React.FC = () => { const handleNetworkClick = (version: 'desktop' | 'mobile') => { @@ -52,7 +52,7 @@ const NotificationBanner: React.FC = () => {