From 3193f71c20c5c40c2742547ec291ad06cc12e27f 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(-) (limited to 'frontend/src') diff --git a/frontend/src/components/PluginView.tsx b/frontend/src/components/PluginView.tsx index e800dc0d..0ee24961 100644 --- a/frontend/src/components/PluginView.tsx +++ b/frontend/src/components/PluginView.tsx @@ -38,12 +38,12 @@ const PluginView: FC = () => { return ( <> -
+ {pluginList .filter((p) => p.content) -- cgit v1.2.3