Add page headings to settings pages
parent
580d2fefb0
commit
d209d3dd04
|
@ -39,7 +39,7 @@ export default function Settings(props) {
|
|||
}
|
||||
|
||||
return(
|
||||
<Shell title="Password">
|
||||
<Shell heading="Password">
|
||||
<Head>
|
||||
<title>Change Password | Calendso</title>
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
|
|
|
@ -41,7 +41,7 @@ export default function Settings(props) {
|
|||
}
|
||||
|
||||
return(
|
||||
<Shell title="Profile">
|
||||
<Shell heading="Profile">
|
||||
<Head>
|
||||
<title>Profile | Calendso</title>
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
|
|
Loading…
Reference in New Issue