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
bccc96b840
commit
f0f0b6e4a8
1 changed files with 2 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ import {
|
|||
img41,
|
||||
img42,
|
||||
img43,
|
||||
img44,
|
||||
} from "./imgs";
|
||||
|
||||
interface Props {
|
||||
|
|
@ -107,4 +108,5 @@ const icons: { [id: number]: Icon } = {
|
|||
41: { image: img41, imageTitle: "Surge" },
|
||||
42: { image: img42, imageTitle: "dnscrypt-proxy" },
|
||||
43: { image: img43, imageTitle: "SmartDNS" },
|
||||
44: { image: img44, imageTitle: "AdGuard for Windows/macOS" },
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue