From f0f0b6e4a8fe923bfb635df37d67f04ed72436c1 Mon Sep 17 00:00:00 2001 From: Imre Kristoffer Eilertsen Date: Thu, 10 Sep 2020 08:12:01 +0200 Subject: [PATCH] Update SoftwareIcon.tsx --- web/src/components/softwareCloud/SoftwareIcon.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/src/components/softwareCloud/SoftwareIcon.tsx b/web/src/components/softwareCloud/SoftwareIcon.tsx index cef779a1c..242147339 100644 --- a/web/src/components/softwareCloud/SoftwareIcon.tsx +++ b/web/src/components/softwareCloud/SoftwareIcon.tsx @@ -43,6 +43,7 @@ import { img41, img42, img43, + img44, } from "./imgs"; interface Props { @@ -107,4 +108,5 @@ const icons: { [id: number]: Icon } = { 41: { image: img41, imageTitle: "Surge" }, 42: { image: img42, imageTitle: "dnscrypt-proxy" }, 43: { image: img43, imageTitle: "SmartDNS" }, + 44: { image: img44, imageTitle: "AdGuard for Windows/macOS" }, };