From bbad6bf2be5dfde573edb630967eb3f1cfb20502 Mon Sep 17 00:00:00 2001 From: Lukas Senionis Date: Tue, 27 Sep 2022 07:51:39 +0300 Subject: fix(pluginview): align icon and plugin name (#185) --- frontend/src/components/PluginView.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontend/src') diff --git a/frontend/src/components/PluginView.tsx b/frontend/src/components/PluginView.tsx index 67a203c9..c56d731f 100644 --- a/frontend/src/components/PluginView.tsx +++ b/frontend/src/components/PluginView.tsx @@ -32,8 +32,8 @@ const PluginView: VFC = () => { .map(({ name, icon }) => ( setActivePlugin(name)}> -
-
{icon}
+
+ {icon}
{name}
-- cgit v1.2.3