From edf6b54db4bff465020a49ea4a50b3283723f55e Mon Sep 17 00:00:00 2001 From: Beebles <102569435+beebls@users.noreply.github.com> Date: Thu, 8 Aug 2024 17:18:27 -0600 Subject: move motd into div with padding --- frontend/src/components/PluginView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/PluginView.tsx b/frontend/src/components/PluginView.tsx index d6f7ff8f..88b43b51 100644 --- a/frontend/src/components/PluginView.tsx +++ b/frontend/src/components/PluginView.tsx @@ -37,12 +37,12 @@ const PluginView: FC = () => { return ( <> -
+ {pluginList.map(({ name, icon }) => ( -- cgit v1.2.3