Fix wrong hack name on notice footer

This commit is contained in:
Jared Schoeny 2025-11-27 00:17:08 -10:00 committed by GitHub
parent d19f96dba7
commit bfda35b0fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -406,7 +406,7 @@ export default async function HackDetail({ params }: HackDetailProps) {
using our built-in patcher.
</p>
<p className="mt-2">
By pressing the "Patch Now" button, your browser will apply the downloaded <span className="font-semibold">Fire of Sky</span> .bps patch file to your legally-obtained <span className="font-semibold">{baseRom?.name}</span> ROM. The patched ROM will then be automatically downloaded.
By pressing the "Patch Now" button, your browser will apply the downloaded <span className="font-semibold">{hack.title}</span> .bps patch file to your legally-obtained <span className="font-semibold">{baseRom?.name}</span> ROM. The patched ROM will then be automatically downloaded.
</p>
<p className="mt-2">
No pre-patched ROMs or base ROMs are hosted or distributed on this site. All patching is done locally on your device.