Corrected 2 numbers (#724)

This commit is contained in:
Imre Kristoffer Eilertsen 2019-03-18 14:46:27 +01:00 committed by Collin M. Barrett
parent 3df9fc79f9
commit a585c57c63

View file

@ -76,6 +76,6 @@ const icons: { [id: number]: IIcon; } = {
26: { image: img26, imageTitle: "Blokada" },
27: { image: img27, imageTitle: "hostsmgr" },
28: { image: img28, imageTitle: "personalDNSfilter" },
29: { image: img27, imageTitle: "Unbound" },
30: { image: img28, imageTitle: "BIND" },
29: { image: img29, imageTitle: "Unbound" },
30: { image: img30, imageTitle: "BIND" },
};