Update SoftwareIcon.tsx

This commit is contained in:
Imre Kristoffer Eilertsen 2020-10-07 12:51:37 +02:00 committed by Collin M. Barrett
parent 88b7962489
commit 8307fdb47c

View file

@ -45,6 +45,7 @@ import {
img43,
img44,
img45,
img46,
} from "./imgs";
interface Props {
@ -111,4 +112,5 @@ const icons: { [id: number]: Icon } = {
43: { image: img43, imageTitle: "SmartDNS" },
44: { image: img44, imageTitle: "AdGuard for Windows/macOS" },
45: { image: img45, imageTitle: "AdGuard for Android" },
46: { image: img46, imageTitle: "Vivaldi's Privacy settings" },
};