summaryrefslogtreecommitdiff
path: root/frontend/src/components/PluginView.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/components/PluginView.tsx')
-rw-r--r--frontend/src/components/PluginView.tsx2
1 files changed, 1 insertions, 1 deletions
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 (
<>
<TitleView />
- <MotdDisplay />
<div
style={{
paddingTop: '16px',
}}
>
+ <MotdDisplay />
<PanelSection>
{pluginList
.filter((p) => p.content)