Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
OchiengPaul442 committed Feb 28, 2025
1 parent ac280dd commit 53b9560
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/website2/src/app/clean-air-forum/about/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Metadata } from 'next';

import AboutPage from '@/views/cleanAirForum/about/AboutPage';
import AboutPage from '../../../views/cleanAirForum/about/AboutPage';

export const metadata: Metadata = {
title: 'About Clean Air Forum | AirQo',
Expand Down
2 changes: 1 addition & 1 deletion src/website2/src/app/clean-air-forum/glossary/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Metadata } from 'next';

import GlossaryPage from '@/views/cleanAirForum/glossary/GlossaryPage';
import GlossaryPage from '../../../views/cleanAirForum/glossary/GlossaryPage';

export const metadata: Metadata = {
title: 'Glossary | Clean Air Forum',
Expand Down
3 changes: 2 additions & 1 deletion src/website2/src/app/clean-air-forum/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ import { NoData } from '@/components/ui';
import mainConfig from '@/configs/mainConfigs';
import { ForumDataProvider } from '@/context/ForumDataContext';
import { useForumEventDetails, useForumEventTitles } from '@/hooks/useApiHooks';
import BannerSection from '@/views/cleanAirForum/BannerSection';

import BannerSection from '../../views/cleanAirForum/BannerSection';

type CleanAirLayoutProps = {
children: ReactNode;
Expand Down
2 changes: 1 addition & 1 deletion src/website2/src/app/clean-air-forum/logistics/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Metadata } from 'next';

import LogisticsPage from '@/views/cleanAirForum/logistics/LogisticsPage';
import LogisticsPage from '../../../views/cleanAirForum/logistics/LogisticsPage';

export const metadata: Metadata = {
title: 'Logistics | Clean Air Forum',
Expand Down
2 changes: 1 addition & 1 deletion src/website2/src/app/clean-air-forum/partners/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Metadata } from 'next';

import PartnersPage from '@/views/cleanAirForum/partners/PartnersPage';
import PartnersPage from '../../../views/cleanAirForum/partners/PartnersPage';

export const metadata: Metadata = {
title: 'Partners | Clean Air Forum | AirQo',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Metadata } from 'next';

import CommitteePage from '@/views/cleanAirForum/program-committee/CommitteePage';
import CommitteePage from '../../../views/cleanAirForum/program-committee/CommitteePage';

export const metadata: Metadata = {
title: 'Program Committee | Clean Air Forum | AirQo',
Expand Down
2 changes: 1 addition & 1 deletion src/website2/src/app/clean-air-forum/resources/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Metadata } from 'next';

import ResourcesPage from '@/views/cleanAirForum/resources/ResourcesPage';
import ResourcesPage from '../../../views/cleanAirForum/resources/ResourcesPage';

export const metadata: Metadata = {
title: 'Resources | Clean Air Forum | AirQo',
Expand Down
2 changes: 1 addition & 1 deletion src/website2/src/app/clean-air-forum/sessions/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Metadata } from 'next';

import ProgramsPage from '@/views/cleanAirForum/sessions-programs/ProgramsPage';
import ProgramsPage from '../../../views/cleanAirForum/sessions-programs/ProgramsPage';

export const metadata: Metadata = {
title: 'Sessions & Programs | Clean Air Forum | AirQo',
Expand Down
2 changes: 1 addition & 1 deletion src/website2/src/app/clean-air-forum/speakers/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Metadata } from 'next';

import SpeakersPage from '@/views/cleanAirForum/speakers/SpeakersPage';
import SpeakersPage from '../../../views/cleanAirForum/speakers/SpeakersPage';

export const metadata: Metadata = {
title: 'Speakers | Clean Air Forum | AirQo',
Expand Down
2 changes: 1 addition & 1 deletion src/website2/src/app/clean-air-forum/sponsorships/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Metadata } from 'next';

import SponsorshipPage from '@/views/cleanAirForum/sponsorship/SponsorshipPage';
import SponsorshipPage from '../../../views/cleanAirForum/sponsorship/SponsorshipPage';

export const metadata: Metadata = {
title: 'Sponsorship | Clean Air Forum | AirQo',
Expand Down

0 comments on commit 53b9560

Please sign in to comment.