Add title to OutfitUrlsPage
This commit is contained in:
parent
accd847a7d
commit
81b434347a
1 changed files with 3 additions and 1 deletions
|
@ -31,12 +31,14 @@ import {
|
||||||
VStack,
|
VStack,
|
||||||
} from "@chakra-ui/react";
|
} from "@chakra-ui/react";
|
||||||
|
|
||||||
import { Delay, ErrorMessage, Heading1, Heading2 } from "./util";
|
import { Delay, ErrorMessage, Heading1, Heading2, usePageTitle } from "./util";
|
||||||
import HangerSpinner from "./components/HangerSpinner";
|
import HangerSpinner from "./components/HangerSpinner";
|
||||||
import { gql, useQuery } from "@apollo/client";
|
import { gql, useQuery } from "@apollo/client";
|
||||||
import { CheckIcon, WarningIcon } from "@chakra-ui/icons";
|
import { CheckIcon, WarningIcon } from "@chakra-ui/icons";
|
||||||
|
|
||||||
function OutfitUrlsPage() {
|
function OutfitUrlsPage() {
|
||||||
|
usePageTitle("Changing our outfit URLs");
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Heading1 marginBottom="4">Changing our outfit URLs</Heading1>
|
<Heading1 marginBottom="4">Changing our outfit URLs</Heading1>
|
||||||
|
|
Loading…
Reference in a new issue