Skip to content

Commit

Permalink
fix(home): set a separate title for tab (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Jun 16, 2023
1 parent 9533d02 commit 20eae1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/src/components/home/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const toolkitTools = [

export const homePage = (
<Page themeId="home">
<Header title=<WelcomeTitle /> />
<Header title={<WelcomeTitle />} pageTitleOverride="Home" />
<Content>
<Grid container justifyContent="center" spacing={6}>
<Grid container item xs={12} justifyContent='center'>
Expand Down

0 comments on commit 20eae1a

Please sign in to comment.