Fix typo in terms page title
This commit is contained in:
parent
7d64709378
commit
5f7a17b244
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ function TermsOfUsePage() {
|
|||
return (
|
||||
<>
|
||||
<Head>
|
||||
<title>Terms of Use | Dress to Impres</title>
|
||||
<title>Terms of Use | Dress to Impress</title>
|
||||
</Head>
|
||||
<Heading1 marginBottom="4">Our terms of use</Heading1>
|
||||
<TextContent maxWidth="800px">
|
||||
|
|
Loading…
Reference in a new issue