We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c3d45c commit c50f78bCopy full SHA for c50f78b
1 file changed
src/frontend/src/layouts/NavTopBar/NavTopBar.tsx
@@ -50,7 +50,7 @@ const NavTopBar: React.FC<NavTopBarProps> = ({ open, handleDrawerOpen }) => {
50
src="/NER-Logo-App-Icon.png"
51
/>
52
<Typography variant="h4" fontSize={30} component="div" sx={{ flexGrow: 1, paddingLeft: 2, color: textColor }}>
53
- FinishLine by NER
+ {window.innerWidth > 550 ? 'FinishLine by NER' : 'FinishLine'}
54
</Typography>
55
</Box>
56
</Link>
0 commit comments