Update SoftwareIcon.tsx

This commit is contained in:
Imre Kristoffer Eilertsen 2020-09-10 08:12:01 +02:00 committed by Collin M. Barrett
parent bccc96b840
commit f0f0b6e4a8

View file

@ -43,6 +43,7 @@ import {
img41,
img42,
img43,
img44,
} from "./imgs";
interface Props {
@ -107,4 +108,5 @@ const icons: { [id: number]: Icon } = {
41: { image: img41, imageTitle: "Surge" },
42: { image: img42, imageTitle: "dnscrypt-proxy" },
43: { image: img43, imageTitle: "SmartDNS" },
44: { image: img44, imageTitle: "AdGuard for Windows/macOS" },
};