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({
- 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({