From ed3dbaced4d9c7365b0a26d13226ce59e5481fb3 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Fri, 21 Sep 2018 20:49:03 -0500 Subject: [PATCH] fix Software icon typo in #504 --- .../modules/home/components/softwareIcon/SoftwareIcon.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 3ab0a4ffd..4e94f7cb4 100644 --- a/src/FilterLists.Web/ClientApp/modules/home/components/softwareIcon/SoftwareIcon.tsx +++ b/src/FilterLists.Web/ClientApp/modules/home/components/softwareIcon/SoftwareIcon.tsx @@ -56,5 +56,5 @@ const icons: { [id: number]: IIcon; } = { 18: { image: img18, imageTitle: "FireHOL" }, 19: { image: img19, imageTitle: "Samsung Knox" }, 20: { image: img20, imageTitle: "Little Snitch" }, - 21: { image: img20, imageTitle: "Privoxy" } + 21: { image: img21, imageTitle: "Privoxy" } };