From c28475fcdcb47d1f7908c40364c237b61fb9dac9 Mon Sep 17 00:00:00 2001 From: Matchu Date: Sat, 4 Feb 2023 23:59:18 -0800 Subject: [PATCH] Add a big callout link about the State of DTI message --- src/app/HomePage.js | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/app/HomePage.js b/src/app/HomePage.js index 37f73ca..79b7530 100644 --- a/src/app/HomePage.js +++ b/src/app/HomePage.js @@ -53,6 +53,7 @@ import SpeciesColorPicker from "./components/SpeciesColorPicker"; import SquareItemCard, { SquareItemCardSkeleton, } from "./components/SquareItemCard"; +import WIPCallout from "./components/WIPCallout"; import { useAuthModeFeatureFlag } from "./components/useCurrentUser"; import HomepageSplashImg from "./images/homepage-splash.png"; @@ -64,8 +65,15 @@ function HomePage() { const [previewState, setPreviewState] = React.useState(null); return ( - - + + + + + Here's a little update on the state of DTI ! + + + +