mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
Update SoftwareIcon.tsx
This commit is contained in:
parent
87f2dc8c92
commit
9cb21fee1c
1 changed files with 6 additions and 2 deletions
|
|
@ -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" }
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue