Skip to content

Commit 89de362

Browse files
committed
do not reloadDocument in home button
1 parent 6e1aa02 commit 89de362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/components/NavBar/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const NavBar = () => {
5454
<AppBar elevation={0} position="fixed" sx={styles.appbar} color="transparent">
5555
<Container maxWidth={false}>
5656
<Toolbar sx={styles.toolbar} disableGutters>
57-
<MuiLink to="/" sx={styles.navBox} component={Link} reloadDocument>
57+
<MuiLink to="/" sx={styles.navBox} component={Link}>
5858
<img src={hyLogo} alt="University of Helsinki" width="24" />
5959
<Box ml="1rem">
6060
<Typography sx={styles.appName}>{t('appName')}</Typography>

0 commit comments

Comments
 (0)