From b258338de89b468319ebd87f4e8ac8d12b92d428 Mon Sep 17 00:00:00 2001 From: Imre Kristoffer Eilertsen Date: Sat, 23 May 2020 09:06:23 +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 926cfffce..909464ad8 100644 --- a/web/src/components/softwareCloud/SoftwareIcon.tsx +++ b/web/src/components/softwareCloud/SoftwareIcon.tsx @@ -40,7 +40,8 @@ import { img38, img39, img40, - img41 + img41, + img42 } from "./imgs"; interface Props { @@ -102,5 +103,6 @@ const icons: { [id: number]: Icon } = { 38: { image: img38, imageTitle: "DNSRedirector" }, 39: { image: img39, imageTitle: "pfBlockerNG" }, 40: { image: img40, imageTitle: "Opera's built-in adblocker" }, - 41: { image: img41, imageTitle: "Surge" } + 41: { image: img41, imageTitle: "Surge" }, + 42: { image: img42, imageTitle: "dnscrypt-proxy" } };