Skip to content

Commit 70852be

Browse files
committed
adds under construction notice to pollen data page
1 parent cd1dd26 commit 70852be

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mdx/projects/pollen-data.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@ description: "A historical time series of pollen data from the Willamette Valley
88

99
import { TimeSeriesPlot } from "@/components/ui/Plots";
1010

11-
{/* <TimeSeriesPlot /> */}
11+
import { UnderConstruction } from "@/components/UnderConstruction.tsx";
12+
13+
<UnderConstruction />

0 commit comments

Comments
 (0)