From bbe2ea4644b4e64b417c65039eea550151696533 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sat, 8 Feb 2020 10:39:52 -0600 Subject: [PATCH] fix img name typo in #1343 --- web/src/components/softwareCloud/SoftwareIcon.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } };