New release #275

Merged
b merged 92 commits from staging into main 2024-12-11 16:49:24 +00:00
Showing only changes of commit 69efd9e09d - Show all commits

View File

@ -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('/')