fix(IECPage): correct heading from "Drive ROM" to "Drive ROMs" for consistency

This commit is contained in:
Jaime Idolpx 2026-06-09 20:26:06 -04:00
parent b491279ff2
commit 009c691153

View File

@ -108,7 +108,7 @@ export default function IECPage({ config, setConfig }: IECPageProps) {
)}
</div>
<h2 className="text-sm text-neutral-500 pt-4 flex items-center gap-2"><Cpu className="w-4 h-4" /> Drive ROM</h2>
<h2 className="text-sm text-neutral-500 pt-4 flex items-center gap-2"><Cpu className="w-4 h-4" /> Drive ROMs</h2>
<div className="bg-white border border-neutral-200 rounded-lg divide-y divide-neutral-200">
<div className="p-4 flex items-center justify-between">