feat: add back button

This commit is contained in:
radishzzz 2025-03-05 20:27:34 +00:00
parent d0724d56fb
commit b82ad56691
7 changed files with 40 additions and 18 deletions

View file

@ -37,14 +37,3 @@ const marginBottom = {
</div>
)}
</header>
<!-- <script is:inline>
function _handleBack(e) {
if (window.history.length > 2) {
e.preventDefault()
window.history.back()
return false
}
return true
}
</script> -->