diff --git a/web/src/components/softwareCloud/SoftwareIcon.tsx b/web/src/components/softwareCloud/SoftwareIcon.tsx index 4b8e2a82f..f10c00373 100644 --- a/web/src/components/softwareCloud/SoftwareIcon.tsx +++ b/web/src/components/softwareCloud/SoftwareIcon.tsx @@ -100,5 +100,5 @@ const icons: { [id: number]: Icon } = { 37: { image: img37, imageTitle: "Shadowrocket" }, 38: { image: img38, imageTitle: "DNSRedirector" }, 39: { image: img39, imageTitle: "pfBlockerNG" }, - 40: { image: img39, imageTitle: "Opera's built-in adblocker" } + 40: { image: img40, imageTitle: "Opera's built-in adblocker" } };