Skip to content

Commit

Permalink
fix(ui): Fix about title
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypfer committed Jan 19, 2022
1 parent e3a1f13 commit 67a9a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/valetudo/About.tsx
Expand Up @@ -20,7 +20,7 @@ const About = (): JSX.Element => {
<AboutIcon/>
</Grid>
<Grid item>
<Typography>About</Typography>
<Typography>About Valetudo</Typography>
</Grid>
</Grid>
</Grid>
Expand Down

0 comments on commit 67a9a05

Please sign in to comment.