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
0c5f4c4a7d
commit
5d8b3da65d
1 changed files with 3 additions and 1 deletions
|
|
@ -38,7 +38,8 @@ import {
|
|||
img36,
|
||||
img37,
|
||||
img38,
|
||||
img39
|
||||
img39,
|
||||
img40
|
||||
} from "./imgs";
|
||||
|
||||
interface Props {
|
||||
|
|
@ -99,4 +100,5 @@ const icons: { [id: number]: Icon } = {
|
|||
37: { image: img37, imageTitle: "Shadowrocket" },
|
||||
38: { image: img38, imageTitle: "DNSRedirector" },
|
||||
39: { image: img39, imageTitle: "pfBlockerNG" }
|
||||
40: { image: img39, imageTitle: "Opera's built-in adblocker" }
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue