Update SoftwareIcon.tsx

This commit is contained in:
Imre Kristoffer Eilertsen 2018-09-22 00:48:46 +02:00 committed by GitHub
parent 26cf786472
commit 0b2669f6a7

View file

@ -15,7 +15,9 @@ import {
img15,
img16,
img18,
img19
img19,
img20,
img21
} from "./imgs";
interface IProps {
@ -52,5 +54,7 @@ const icons: { [id: number]: IIcon; } = {
15: { image: img15, imageTitle: "uBlock" },
16: { image: img16, imageTitle: "Internet Explorer (TPL)" },
18: { image: img18, imageTitle: "FireHOL" },
19: { image: img19, imageTitle: "Samsung Knox" }
19: { image: img19, imageTitle: "Samsung Knox" },
20: { image: img20, imageTitle: "Little Snitch" },
21: { image: img20, imageTitle: "Privoxy" }
};