diff --git a/src/FilterLists.Web/ClientApp/modules/home/components/softwareIcon/imgs/index.ts b/src/FilterLists.Web/ClientApp/modules/home/components/softwareIcon/imgs/index.ts index 108ab0b84..4c845ba56 100644 --- a/src/FilterLists.Web/ClientApp/modules/home/components/softwareIcon/imgs/index.ts +++ b/src/FilterLists.Web/ClientApp/modules/home/components/softwareIcon/imgs/index.ts @@ -7,11 +7,13 @@ import img6 from "./06-AdBlock.png"; import img7 from "./07-AdAway.png"; import img8 from "./08-Personal-Blocklist.png"; import img10 from "./10-Redirector.png"; +import img12 from "./12-Gas-Mask.png"; import img13 from "./13-MinerBlock.svg"; import img14 from "./14-Pi-hole.png"; import img15 from "./15-uBlock.svg"; import img16 from "./16-Internet-Explorer-TPL.png"; import img18 from "./18-FireHOL.png"; +import img19 from "./19-Samsung-Knox.png"; export { img1, @@ -23,9 +25,11 @@ export { img7, img8, img10, + img12, img13, img14, img15, img16, - img18 - }; \ No newline at end of file + img18, + img19 + };