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" } };