We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e1aa02 commit 89de362Copy full SHA for 89de362
src/client/components/NavBar/index.tsx
@@ -54,7 +54,7 @@ const NavBar = () => {
54
<AppBar elevation={0} position="fixed" sx={styles.appbar} color="transparent">
55
<Container maxWidth={false}>
56
<Toolbar sx={styles.toolbar} disableGutters>
57
- <MuiLink to="/" sx={styles.navBox} component={Link} reloadDocument>
+ <MuiLink to="/" sx={styles.navBox} component={Link}>
58
<img src={hyLogo} alt="University of Helsinki" width="24" />
59
<Box ml="1rem">
60
<Typography sx={styles.appName}>{t('appName')}</Typography>
0 commit comments