diff --git a/src/app/HomePage.js b/src/app/HomePage.js index d26c980..ee25aa7 100644 --- a/src/app/HomePage.js +++ b/src/app/HomePage.js @@ -10,6 +10,7 @@ import { useTheme, useToast, } from "@chakra-ui/core"; +import { Helmet } from "react-helmet"; import { useHistory } from "react-router-dom"; import { useLazyQuery } from "@apollo/react-hooks"; @@ -20,33 +21,38 @@ import SpeciesColorPicker from "./SpeciesColorPicker"; function HomePage() { return ( - - - - - Dress to Impress - - - - - or - - - - + <> + + Dress to Impress + + + + + + Dress to Impress + + + + + or + + + + + ); }