From 173f829ed982e62f066b103d0f3ad85b5d4c890a Mon Sep 17 00:00:00 2001 From: Imre Kristoffer Eilertsen Date: Sat, 23 May 2020 09:05:18 +0200 Subject: [PATCH] Update index.ts --- web/src/components/softwareCloud/imgs/index.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web/src/components/softwareCloud/imgs/index.ts b/web/src/components/softwareCloud/imgs/index.ts index 14bbfc2d7..d605d7401 100644 --- a/web/src/components/softwareCloud/imgs/index.ts +++ b/web/src/components/softwareCloud/imgs/index.ts @@ -38,6 +38,7 @@ import img38 from "./38-DNSRedirector.png"; import img39 from "./39-pfBlockerNG.png"; import img40 from "./40-Opera.png"; import img41 from "./41-Surge.png"; +import img42 from "./42-dnscrypt-proxy.png"; export { img01, @@ -79,5 +80,6 @@ export { img38, img39, img40, - img41 + img41, + img42 };