mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
Corrected 2 numbers (#724)
This commit is contained in:
parent
3df9fc79f9
commit
a585c57c63
1 changed files with 2 additions and 2 deletions
|
|
@ -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" },
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue