diff --git a/src/App.jsx b/src/App.jsx
index 2d7e010..1068d56 100644
--- a/src/App.jsx
+++ b/src/App.jsx
@@ -31,6 +31,7 @@ import ScrollToTopButton from "./components/ScrollToTopButton";
import SkeletonDashboard from "./components/SkeletonDashboard";
import { eventBus } from "./core/events";
import { useSWR } from "./hooks/useSWR";
+import {
estimateExposureTime,
estimateWeeklyMonthlyAverages,
fetchAirQualityByCoords,
@@ -62,7 +63,7 @@ import Glossary from "./components/Glossary";
import Leaderboard from "./components/Leaderboard";
import SmartAlertsDashboard from "./components/SmartAlertsDashboard";
import NoisePollutionTracker from "./components/NoisePollutionTracker";
-import OceanAcidificationMonitor from "./components/OceanAcidificationMonitor";
+import OceanAcidificationMonitor from "./components/OceanAcidificationMonitor";
import HealthImpactDashboard from "./components/HealthImpactDashboard";
@@ -356,9 +357,9 @@ export function SectionNav({ activeSection, onSectionChange }) {
{ id: "eco-impact", label: "Eco Impact" },
{ id: "city-leaderboard", label: "City Leaderboard" },
{ id: "marine", label: "Marine Water Quality" },
- { id: "smart-alerts", label: "Smart Alerts" },
+ { id: "smart-alerts", label: "Smart Alerts" },
{ id: "noise-pollution", label: "Noise Pollution" },
- { id: "ocean-acid", label: "Ocean Acidification" },
+ { id: "ocean-acid", label: "Ocean Acidification" },
{ id: "smart-alerts", label: "Smart Alerts" },
{ id: "ocean-acid", label: "Ocean Acidification" },
@@ -1279,9 +1280,9 @@ function AppContent() {