fix: clicking logo not redirecting to home
This commit is contained in:
parent
092bb98670
commit
69efd9e09d
@ -125,7 +125,7 @@ export const AppBar = () => {
|
||||
src="/logo.svg"
|
||||
alt="Logo"
|
||||
onClick={() => {
|
||||
if (window.location.pathname === '/') {
|
||||
if (['', '#/'].includes(window.location.hash)) {
|
||||
location.reload()
|
||||
} else {
|
||||
navigate('/')
|
||||
|
Loading…
x
Reference in New Issue
Block a user