Use new page title syntax for home page
In this case it's more that, the homepage doesn't need to do a reset anymore, our titles were always a bit too mutate-y 😅
This commit is contained in:
parent
73e7c8e8a3
commit
70fc8cdefe
1 changed files with 0 additions and 2 deletions
|
@ -48,7 +48,6 @@ import {
|
|||
TestErrorSender,
|
||||
useCommonStyles,
|
||||
useLocalStorage,
|
||||
usePageTitle,
|
||||
} from "./util";
|
||||
import OutfitPreview from "./components/OutfitPreview";
|
||||
import SpeciesColorPicker from "./components/SpeciesColorPicker";
|
||||
|
@ -62,7 +61,6 @@ import HomepageSplashImg from "./images/homepage-splash.png";
|
|||
import FeedbackKikoImg from "./images/feedback-kiko.png";
|
||||
|
||||
function HomePage() {
|
||||
usePageTitle(null);
|
||||
useSupportSetup();
|
||||
|
||||
const [previewState, setPreviewState] = React.useState(null);
|
||||
|
|
Loading…
Reference in a new issue