diff --git a/web/src/components/softwareCloud/SoftwareIcon.tsx b/web/src/components/softwareCloud/SoftwareIcon.tsx index 926cfffce..909464ad8 100644 --- a/web/src/components/softwareCloud/SoftwareIcon.tsx +++ b/web/src/components/softwareCloud/SoftwareIcon.tsx @@ -40,7 +40,8 @@ import { img38, img39, img40, - img41 + img41, + img42 } from "./imgs"; interface Props { @@ -102,5 +103,6 @@ const icons: { [id: number]: Icon } = { 38: { image: img38, imageTitle: "DNSRedirector" }, 39: { image: img39, imageTitle: "pfBlockerNG" }, 40: { image: img40, imageTitle: "Opera's built-in adblocker" }, - 41: { image: img41, imageTitle: "Surge" } + 41: { image: img41, imageTitle: "Surge" }, + 42: { image: img42, imageTitle: "dnscrypt-proxy" } };