Skip to content

Commit

Permalink
feat: navbar Innotin text links to the home page -refs: #59
Browse files Browse the repository at this point in the history
  • Loading branch information
HRemonen committed Apr 12, 2024
1 parent 6ab9c5a commit de9774e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/components/NavBar/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const NavBar = () => {
width='40 px'
/>
<Box ml='2rem'>
<Typography component='p' sx={navStyles.appName}>
<Typography component='a' href='/' sx={navStyles.appName}>
{t('appName')}
</Typography>
</Box>
Expand Down
1 change: 1 addition & 0 deletions src/client/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ const navStyles = {
fontWeight: 700,
fontSize: 24,
userSelect: 'none',
textDecoration: 'none',
},
navBox: {
display: 'inline-flex',
Expand Down

0 comments on commit de9774e

Please sign in to comment.