Skip to content

Commit

Permalink
Add page headings to settings pages
Browse files Browse the repository at this point in the history
  • Loading branch information
pumfleet committed Apr 7, 2021
1 parent 580d2fe commit d209d3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/settings/password.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down
2 changes: 1 addition & 1 deletion pages/settings/profile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down

0 comments on commit d209d3d

Please sign in to comment.