From fd2edea778ff6292542bd2a0b4974127e2aee1c2 Mon Sep 17 00:00:00 2001 From: Imre Kristoffer Eilertsen Date: Sat, 23 Nov 2019 19:36:38 +0100 Subject: [PATCH] Update SoftwareIcon.tsx --- .../src/components/softwareCloud/SoftwareIcon.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/FilterLists.Web/src/components/softwareCloud/SoftwareIcon.tsx b/src/FilterLists.Web/src/components/softwareCloud/SoftwareIcon.tsx index de456fc53..fea35fde0 100644 --- a/src/FilterLists.Web/src/components/softwareCloud/SoftwareIcon.tsx +++ b/src/FilterLists.Web/src/components/softwareCloud/SoftwareIcon.tsx @@ -36,7 +36,9 @@ import { img34, img35, img36, - img37 + img37, + img38, + img39 } from "./imgs"; interface Props { @@ -94,5 +96,7 @@ const icons: { [id: number]: Icon } = { 34: { image: img34, imageTitle: "Windows command line" }, 35: { image: img35, imageTitle: "Shadowsocks" }, 36: { image: img36, imageTitle: "ShadowsocksR" }, - 37: { image: img37, imageTitle: "Shadowrocket" } + 37: { image: img37, imageTitle: "Shadowrocket" }, + 38: { image: img38, imageTitle: "DNSRedirector" }, + 39: { image: img39, imageTitle: "pfBlockerNG" } };