Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
francescarpi committed Apr 14, 2024
1 parent 10e3f2e commit 7631b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Layout/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const Layout = ({
enableColorOnDark
>
<Toolbar>
<img src={Logo} width="35" />
<img src={Logo} width="35" alt="Logo" />
<Typography variant="h6" sx={{ ml: 1, flexGrow: 1 }}>
MyTime
</Typography>
Expand Down

0 comments on commit 7631b24

Please sign in to comment.