From a585c57c63a168fa13bb32aade30bd40bdef5dc5 Mon Sep 17 00:00:00 2001 From: Imre Kristoffer Eilertsen Date: Mon, 18 Mar 2019 14:46:27 +0100 Subject: [PATCH] Corrected 2 numbers (#724) --- .../modules/home/components/softwareIcon/SoftwareIcon.tsx | 4 ++-- 1 file changed, 2 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 1ea2652dc..b72b1f21e 100644 --- a/src/FilterLists.Web/ClientApp/modules/home/components/softwareIcon/SoftwareIcon.tsx +++ b/src/FilterLists.Web/ClientApp/modules/home/components/softwareIcon/SoftwareIcon.tsx @@ -76,6 +76,6 @@ const icons: { [id: number]: IIcon; } = { 26: { image: img26, imageTitle: "Blokada" }, 27: { image: img27, imageTitle: "hostsmgr" }, 28: { image: img28, imageTitle: "personalDNSfilter" }, - 29: { image: img27, imageTitle: "Unbound" }, - 30: { image: img28, imageTitle: "BIND" }, + 29: { image: img29, imageTitle: "Unbound" }, + 30: { image: img30, imageTitle: "BIND" }, };