Add page headings to settings pages
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user