fix Software icon typo in #504

This commit is contained in:
Collin Barrett 2018-09-21 20:49:03 -05:00
parent 796e19e307
commit af9828e721

View file

@ -56,5 +56,5 @@ const icons: { [id: number]: IIcon; } = {
18: { image: img18, imageTitle: "FireHOL" },
19: { image: img19, imageTitle: "Samsung Knox" },
20: { image: img20, imageTitle: "Little Snitch" },
21: { image: img20, imageTitle: "Privoxy" }
21: { image: img21, imageTitle: "Privoxy" }
};