From 44776b393e984e5968c8b092fade56644c39a4a7 Mon Sep 17 00:00:00 2001 From: marios Date: Thu, 26 May 2022 21:14:32 +0300 Subject: added open store button --- frontend/src/components/PluginView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/src/components/PluginView.tsx') diff --git a/frontend/src/components/PluginView.tsx b/frontend/src/components/PluginView.tsx index b3640395..65288c05 100644 --- a/frontend/src/components/PluginView.tsx +++ b/frontend/src/components/PluginView.tsx @@ -9,7 +9,7 @@ const PluginView: VFC = () => { if (activePlugin) { return ( -
+
-- cgit v1.2.3