diff --git a/src/app/HomePage.js b/src/app/HomePage.js index d7c6bf8..8015f1e 100644 --- a/src/app/HomePage.js +++ b/src/app/HomePage.js @@ -23,6 +23,7 @@ import { } from "./util"; import OutfitPreview from "./components/OutfitPreview"; import SpeciesColorPicker from "./components/SpeciesColorPicker"; +import WIPCallout from "./components/WIPCallout"; import HomepageSplashImg from "./images/homepage-splash.png"; import HomepageSplashImg2x from "./images/homepage-splash@2x.png"; @@ -75,6 +76,10 @@ function HomePage() { + + + Maybe we'll rename it to Impress 2021… or maybe not! 🤔 + ); }