removed query params

This commit is contained in:
JackTheRooster 2025-02-25 21:14:30 -06:00
parent b27e35d3c3
commit c3cc1b21bc
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ function UpdateUsbConfigModal({
</p> </p>
<div className="flex justify-start mt-4 text-xs text-slate-500 dark:text-slate-400"> <div className="flex justify-start mt-4 text-xs text-slate-500 dark:text-slate-400">
<ExtLink <ExtLink
href={`https://the-sz.com/products/usbid/index.php?v=${usbConfigState.vendor_id}&p=${usbConfigState.product_id}`} href={`https://the-sz.com/products/usbid/index.php`}
className="hover:underline" className="hover:underline"
> >
Look up USB Device IDs here Look up USB Device IDs here