From d19d0afb022ea142ef4ab235f674a8dc3a1aab78 Mon Sep 17 00:00:00 2001 From: Imre Kristoffer Eilertsen Date: Sun, 26 Jul 2020 08:00:58 +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 645c23dcf..beaaaae08 100644 --- a/web/src/components/softwareCloud/SoftwareIcon.tsx +++ b/web/src/components/softwareCloud/SoftwareIcon.tsx @@ -42,6 +42,7 @@ import { img40, img41, img42, + img43 } from "./imgs"; interface Props { @@ -105,4 +106,5 @@ const icons: { [id: number]: Icon } = { 40: { image: img40, imageTitle: "Opera's built-in adblocker" }, 41: { image: img41, imageTitle: "Surge" }, 42: { image: img42, imageTitle: "dnscrypt-proxy" }, + 43: { image: img43, imageTitle: "SmartDNS" }, };