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
173f829ed9
commit
b258338de8
1 changed files with 4 additions and 2 deletions
|
|
@ -40,7 +40,8 @@ import {
|
|||
img38,
|
||||
img39,
|
||||
img40,
|
||||
img41
|
||||
img41,
|
||||
img42
|
||||
} from "./imgs";
|
||||
|
||||
interface Props {
|
||||
|
|
@ -102,5 +103,6 @@ const icons: { [id: number]: Icon } = {
|
|||
38: { image: img38, imageTitle: "DNSRedirector" },
|
||||
39: { image: img39, imageTitle: "pfBlockerNG" },
|
||||
40: { image: img40, imageTitle: "Opera's built-in adblocker" },
|
||||
41: { image: img41, imageTitle: "Surge" }
|
||||
41: { image: img41, imageTitle: "Surge" },
|
||||
42: { image: img42, imageTitle: "dnscrypt-proxy" }
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue