diff --git a/src/components/main/routes/Dashboard.tsx b/src/components/main/routes/Dashboard.tsx
index 0af5a51..4be2917 100644
--- a/src/components/main/routes/Dashboard.tsx
+++ b/src/components/main/routes/Dashboard.tsx
@@ -63,8 +63,11 @@ export const Dashboard = function ({ state, updateCache }) {
}, [dateTime]);
return (
-
-
+
+
+
Forecast
+
+
{data ?
: "Loading..."}
);
diff --git a/src/components/ui/DatePicker.tsx b/src/components/ui/DatePicker.tsx
index a848622..d860df5 100644
--- a/src/components/ui/DatePicker.tsx
+++ b/src/components/ui/DatePicker.tsx
@@ -26,7 +26,7 @@ export const ForecastDatePicker = function ({
console.log(dateTime);
return (