From 8307fdb47c9e21d2280cb204b25e3d93dc463750 Mon Sep 17 00:00:00 2001 From: Imre Kristoffer Eilertsen Date: Wed, 7 Oct 2020 12:51:37 +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 ff893547a..26165f88f 100644 --- a/web/src/components/softwareCloud/SoftwareIcon.tsx +++ b/web/src/components/softwareCloud/SoftwareIcon.tsx @@ -45,6 +45,7 @@ import { img43, img44, img45, + img46, } from "./imgs"; interface Props { @@ -111,4 +112,5 @@ const icons: { [id: number]: Icon } = { 43: { image: img43, imageTitle: "SmartDNS" }, 44: { image: img44, imageTitle: "AdGuard for Windows/macOS" }, 45: { image: img45, imageTitle: "AdGuard for Android" }, + 46: { image: img46, imageTitle: "Vivaldi's Privacy settings" }, };