From bbd28c7a7ecd6cb18955961d352e3fa792337cd2 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sat, 8 Feb 2020 07:58:47 -0600 Subject: [PATCH] fix missing comma from #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 b4aaef00d..4b8e2a82f 100644 --- a/web/src/components/softwareCloud/SoftwareIcon.tsx +++ b/web/src/components/softwareCloud/SoftwareIcon.tsx @@ -99,6 +99,6 @@ const icons: { [id: number]: Icon } = { 36: { image: img36, imageTitle: "ShadowsocksR" }, 37: { image: img37, imageTitle: "Shadowrocket" }, 38: { image: img38, imageTitle: "DNSRedirector" }, - 39: { image: img39, imageTitle: "pfBlockerNG" } + 39: { image: img39, imageTitle: "pfBlockerNG" }, 40: { image: img39, imageTitle: "Opera's built-in adblocker" } };