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 afbe05b4c8 - Show all commits

View File

@ -69,7 +69,7 @@ export const Footer = () =>
component={Link}
to={'/'}
onClick={(event) => {
if (window.location.pathname === '/') {
if (['', '#/'].includes(window.location.hash)) {
event.preventDefault()
window.scrollTo(0, 0)
}