Add page headings to settings pages

pull/2/head
Bailey Pumfleet 2021-04-07 22:07:16 +01:00
parent 580d2fefb0
commit d209d3dd04
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ export default function Settings(props) {
} }
return( return(
<Shell title="Password"> <Shell heading="Password">
<Head> <Head>
<title>Change Password | Calendso</title> <title>Change Password | Calendso</title>
<link rel="icon" href="/favicon.ico" /> <link rel="icon" href="/favicon.ico" />

View File

@ -41,7 +41,7 @@ export default function Settings(props) {
} }
return( return(
<Shell title="Profile"> <Shell heading="Profile">
<Head> <Head>
<title>Profile | Calendso</title> <title>Profile | Calendso</title>
<link rel="icon" href="/favicon.ico" /> <link rel="icon" href="/favicon.ico" />