From 0db3580345021473b6a4a31b8dbaf75be59ebaa2 Mon Sep 17 00:00:00 2001 From: Ushie Date: Mon, 5 May 2025 03:01:27 +0300 Subject: [PATCH] fix: Propagated clicks in PatchItems and casing --- src/routes/+error.svelte | 5 ++++- src/routes/download/+page.svelte | 2 +- src/routes/patches/PatchItem.svelte | 10 ++++++++-- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/src/routes/+error.svelte b/src/routes/+error.svelte index 7f2cf1c..5a8307a 100644 --- a/src/routes/+error.svelte +++ b/src/routes/+error.svelte @@ -13,7 +13,7 @@ {#if status == 404}

This page received a cease and desist letter from a multi-billion dollar tech company.


- + {:else}

{$page.error?.message} @@ -23,6 +23,9 @@