mirror of
https://github.com/Hackdex-App/hackdex-website.git
synced 2026-04-17 10:36:15 -05:00
Fix wrong hack name on notice footer
This commit is contained in:
parent
d19f96dba7
commit
bfda35b0fa
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user