From 9cb21fee1cbf6bceb00286fb7ecf5dd855cd2b7c Mon Sep 17 00:00:00 2001 From: Imre Kristoffer Eilertsen Date: Sat, 22 Sep 2018 00:48:46 +0200 Subject: [PATCH] Update SoftwareIcon.tsx --- .../modules/home/components/softwareIcon/SoftwareIcon.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/FilterLists.Web/ClientApp/modules/home/components/softwareIcon/SoftwareIcon.tsx b/src/FilterLists.Web/ClientApp/modules/home/components/softwareIcon/SoftwareIcon.tsx index 8895e8175..3ab0a4ffd 100644 --- a/src/FilterLists.Web/ClientApp/modules/home/components/softwareIcon/SoftwareIcon.tsx +++ b/src/FilterLists.Web/ClientApp/modules/home/components/softwareIcon/SoftwareIcon.tsx @@ -15,7 +15,9 @@ import { img15, img16, img18, - img19 + img19, + img20, + img21 } from "./imgs"; interface IProps { @@ -52,5 +54,7 @@ const icons: { [id: number]: IIcon; } = { 15: { image: img15, imageTitle: "uBlock" }, 16: { image: img16, imageTitle: "Internet Explorer (TPL)" }, 18: { image: img18, imageTitle: "FireHOL" }, - 19: { image: img19, imageTitle: "Samsung Knox" } + 19: { image: img19, imageTitle: "Samsung Knox" }, + 20: { image: img20, imageTitle: "Little Snitch" }, + 21: { image: img20, imageTitle: "Privoxy" } };