style: apply prettier formatting to frontend
Backend CI / Lint & vulns (push) Failing after 1m59s
Backend CI / Tests (push) Successful in 2m1s
Backend CI / Race detector (push) Failing after 4m0s

This commit is contained in:
2026-06-25 13:26:26 +01:00
parent d4664c177c
commit ad0ad253ad
74 changed files with 3927 additions and 2632 deletions
@@ -31,7 +31,7 @@
<button
type="button"
onclick={toggle}
class="inline underline cursor-pointer text-xs hover:text-amber-700"
class="inline cursor-pointer text-xs underline hover:text-amber-700"
>
{#if trigger}
{@render trigger()}
@@ -42,7 +42,7 @@
{#if open}
<div
class="absolute left-0 top-full z-50 mt-1 w-48 rounded-md border border-gray-200 bg-white p-2 shadow-lg"
class="absolute top-full left-0 z-50 mt-1 w-48 rounded-md border border-gray-200 bg-white p-2 shadow-lg"
>
<a
href="/cancellation-policy"