Update SoftwareIcon.tsx

This commit is contained in:
Imre Kristoffer Eilertsen 2020-02-05 23:38:53 +01:00 committed by Collin M. Barrett
parent 0c5f4c4a7d
commit 5d8b3da65d

View file

@ -38,7 +38,8 @@ import {
img36,
img37,
img38,
img39
img39,
img40
} from "./imgs";
interface Props {
@ -99,4 +100,5 @@ const icons: { [id: number]: Icon } = {
37: { image: img37, imageTitle: "Shadowrocket" },
38: { image: img38, imageTitle: "DNSRedirector" },
39: { image: img39, imageTitle: "pfBlockerNG" }
40: { image: img39, imageTitle: "Opera's built-in adblocker" }
};