From 029fab543e00c9c5182aeb6c34cdd344660b3891 Mon Sep 17 00:00:00 2001 From: Imre Kristoffer Eilertsen Date: Wed, 7 Oct 2020 12:52:58 +0200 Subject: [PATCH] Update index.ts --- web/src/components/softwareCloud/imgs/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/src/components/softwareCloud/imgs/index.ts b/web/src/components/softwareCloud/imgs/index.ts index 8671ce37c..c51ed148b 100644 --- a/web/src/components/softwareCloud/imgs/index.ts +++ b/web/src/components/softwareCloud/imgs/index.ts @@ -42,6 +42,7 @@ import img42 from "./42-dnscrypt-proxy.png"; import img43 from "./43-SmartDNS.png"; import img44 from "./44-AdGuard-for-WindowsMac.svg"; import img45 from "./45-AdGuard-for-Android.svg"; +import img46 from "./46-Vivaldi.svg"; export { img01, @@ -88,4 +89,5 @@ export { img43, img44, img45, + img46, };