Skip to content

Commit

Permalink
pnpm docs:typescript:formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeeshanTamboli committed Apr 27, 2024
1 parent a8e73c5 commit 53356d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ export default function Footer() {
aria-label="Enter your email address"
placeholder="Your email address"
inputProps={{
autocomplete: 'off',
ariaLabel: 'Enter your email address',
autoComplete: 'off',
'aria-label': 'Enter your email address',
}}
/>
<Button variant="contained" color="primary" sx={{ flexShrink: 0 }}>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ export default function Hero() {
aria-label="Enter your email address"
placeholder="Your email address"
inputProps={{
autocomplete: 'off',
ariaLabel: 'Enter your email address',
autoComplete: 'off',
'aria-label': 'Enter your email address',
}}
/>
<Button variant="contained" color="primary">
Expand Down

0 comments on commit 53356d7

Please sign in to comment.