fix back button behaviour

This commit is contained in:
Davide Scaini
2026-03-30 22:45:13 +02:00
parent 9bc9a1d10f
commit 47568e9dda
+2 -2
View File
@@ -149,9 +149,9 @@
<!-- Header --> <!-- Header -->
<div class="flex items-start gap-4 mb-6"> <div class="flex items-start gap-4 mb-6">
<a href={`${base}`} class="text-zinc-500 hover:text-white transition-colors mt-1 shrink-0"> <button on:click={() => history.back()} class="text-zinc-500 hover:text-white transition-colors mt-1 shrink-0 cursor-pointer">
← Back ← Back
</a> </button>
<div class="flex-1 min-w-0"> <div class="flex-1 min-w-0">
<div class="flex items-center gap-2 mb-1"> <div class="flex items-center gap-2 mb-1">
<span <span