move motd into div with padding

This commit is contained in:
Beebles
2024-08-08 17:18:27 -06:00
parent 29cfe6c66e
commit 3193f71c20
+1 -1
View File
@@ -38,12 +38,12 @@ const PluginView: FC = () => {
return ( return (
<> <>
<TitleView /> <TitleView />
<MotdDisplay />
<div <div
style={{ style={{
paddingTop: '16px', paddingTop: '16px',
}} }}
> >
<MotdDisplay />
<PanelSection> <PanelSection>
{pluginList {pluginList
.filter((p) => p.content) .filter((p) => p.content)