Skip to content

Commit

Permalink
fix(vendor): update vendor-links.tsx (#2169)
Browse files Browse the repository at this point in the history
Fix url string, changed to the actual one
  • Loading branch information
ciberkids authored Nov 3, 2024
1 parent 0a1c912 commit 113e1ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/vendor-links/vendor-links.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export const OTALink: React.FunctionComponent<VendorProps> = (props: VendorProps
break;

case 'Ubisys':
url = `https://www.ubisys.de/en/support/firmware/changelog-${device.definition?.model
url = `https://www.ubisys.de/en/support/firmware/change-logs-${device.definition?.model
?.replace(/[-]/g, '')
.toLowerCase()}/`;
break;
Expand Down

0 comments on commit 113e1ef

Please sign in to comment.