Skip to content

Commit

Permalink
[core] Page should have h1 (#4641)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored Feb 5, 2025
1 parent 717543c commit 576be7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/toolpad-core/src/SignInPage/SignInPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ function SignInPage(props: SignInPageProps) {
) : (
<Typography
variant="h5"
component="h1"
color="textPrimary"
sx={{
my: theme.spacing(1),
Expand Down

0 comments on commit 576be7c

Please sign in to comment.