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 ! + + + +