Fix room creation href

This commit is contained in:
Leonardo Segala 2025-08-02 12:34:27 +02:00
parent 85bb34328d
commit f4a4c46fbc

View file

@ -28,7 +28,7 @@
<button
onclick={() => {
window.location.href = "/room/new"
window.location.href = "/room/create"
}}
class="fixed right-4 bottom-4 flex flex-row gap-1 rounded-xl bg-light-pine-blue p-2 text-dark-pine-text sm:right-20 md:right-40 lg:right-80 dark:bg-dark-pine-blue"
>