From ddddfdc1c3e7b70ea03a14d77840fbc0622edd07 Mon Sep 17 00:00:00 2001 From: Jared Schoeny Date: Fri, 19 Dec 2025 12:30:23 -1000 Subject: [PATCH] Update wording of StickyActionBar patching --- src/components/Hack/StickyActionBar.tsx | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/src/components/Hack/StickyActionBar.tsx b/src/components/Hack/StickyActionBar.tsx index f3ce6fe..bc5b74b 100644 --- a/src/components/Hack/StickyActionBar.tsx +++ b/src/components/Hack/StickyActionBar.tsx @@ -90,9 +90,15 @@ export default function StickyActionBar({
{!termsAgreed || status === "downloading" ? ( -

- By downloading this patch, you agree to the Terms of Service. -

+ !romReady ? ( +

+ To download the patch file, you must select a clean ROM for the patcher to use. +

+ ) : ( +

+ By downloading this patch, you agree to the Terms of Service. +

+ ) ) : ( uploadInputRef.current?.click()} - className="w-5/6 mx-auto md:w-auto md:mx-0 rounded-md border border-[var(--border)] bg-[var(--surface-2)] px-3 py-2 text-foreground text-sm md:text-xs cursor-pointer hover:bg-[var(--surface-3)] hover:text-foreground/80 disabled:cursor-not-allowed disabled:opacity-60" + className="shine-wrap btn-premium h-11 md:h-9 w-5/6 mx-auto md:w-auto md:mx-0 md:min-w-34 text-base md:text-sm font-semibold cursor-pointer disabled:cursor-not-allowed disabled:opacity-70" > {baseRomName ? ( Select {baseRomName} ROM @@ -135,15 +141,15 @@ export default function StickyActionBar({