From ffd60e2a3b75f60bb8327663c2d5e51d848828b4 Mon Sep 17 00:00:00 2001 From: Imre Kristoffer Eilertsen Date: Thu, 23 Apr 2020 20:00:20 +0200 Subject: [PATCH] Update SoftwareIcon.tsx --- web/src/components/softwareCloud/SoftwareIcon.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/web/src/components/softwareCloud/SoftwareIcon.tsx b/web/src/components/softwareCloud/SoftwareIcon.tsx index f10c00373..926cfffce 100644 --- a/web/src/components/softwareCloud/SoftwareIcon.tsx +++ b/web/src/components/softwareCloud/SoftwareIcon.tsx @@ -39,7 +39,8 @@ import { img37, img38, img39, - img40 + img40, + img41 } from "./imgs"; interface Props { @@ -100,5 +101,6 @@ const icons: { [id: number]: Icon } = { 37: { image: img37, imageTitle: "Shadowrocket" }, 38: { image: img38, imageTitle: "DNSRedirector" }, 39: { image: img39, imageTitle: "pfBlockerNG" }, - 40: { image: img40, imageTitle: "Opera's built-in adblocker" } + 40: { image: img40, imageTitle: "Opera's built-in adblocker" }, + 41: { image: img41, imageTitle: "Surge" } };