diff --git a/.gitignore b/.gitignore index c98e3319..59e2a66d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ node_modules .turbo +build/** +dist/** +.next/** diff --git a/apps/nowcasting-app/components/charts/forecast-header/ui.tsx b/apps/nowcasting-app/components/charts/forecast-header/ui.tsx index f9be4957..62bc8a0a 100644 --- a/apps/nowcasting-app/components/charts/forecast-header/ui.tsx +++ b/apps/nowcasting-app/components/charts/forecast-header/ui.tsx @@ -18,7 +18,10 @@ export const ForecastHeadlineFigure: React.FC<{ : "dash:3xl:text-6xl dash:xl:text-5xl lg:text-3xl" }`; return ( -
+
{ return ( -
+
= ({ forecastNextTimeOnly }) => { return ( -
+
National
diff --git a/apps/nowcasting-app/components/map/map.tsx b/apps/nowcasting-app/components/map/map.tsx index ad045cdc..8f54273e 100644 --- a/apps/nowcasting-app/components/map/map.tsx +++ b/apps/nowcasting-app/components/map/map.tsx @@ -107,7 +107,7 @@ const Map: FC = ({
{controlOverlay(map)}
-
+
{children}
); diff --git a/apps/nowcasting-app/components/map/measuringUnit.tsx b/apps/nowcasting-app/components/map/measuringUnit.tsx index 05b5bdd8..3a6c3921 100644 --- a/apps/nowcasting-app/components/map/measuringUnit.tsx +++ b/apps/nowcasting-app/components/map/measuringUnit.tsx @@ -26,6 +26,7 @@ const MeasuringUnit = ({