Add page headings to settings pages
parent
580d2fefb0
commit
d209d3dd04
|
@ -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" />
|
||||||
|
|
|
@ -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" />
|
||||||
|
|
Loading…
Reference in New Issue