mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
fix Software icon typo in #504
This commit is contained in:
parent
796e19e307
commit
af9828e721
1 changed files with 1 additions and 1 deletions
|
|
@ -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" }
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue