Skip to content

Commit c50f78b

Browse files
committed
#1480: Shortened title on smaller screens
1 parent 6c3d45c commit c50f78b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/frontend/src/layouts/NavTopBar/NavTopBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const NavTopBar: React.FC<NavTopBarProps> = ({ open, handleDrawerOpen }) => {
5050
src="/NER-Logo-App-Icon.png"
5151
/>
5252
<Typography variant="h4" fontSize={30} component="div" sx={{ flexGrow: 1, paddingLeft: 2, color: textColor }}>
53-
FinishLine by NER
53+
{window.innerWidth > 550 ? 'FinishLine by NER' : 'FinishLine'}
5454
</Typography>
5555
</Box>
5656
</Link>

0 commit comments

Comments
 (0)