move motd into div with padding

This commit is contained in:
Beebles
2024-08-08 17:18:27 -06:00
parent ccdfd53648
commit edf6b54db4
+1 -1
View File
@@ -37,12 +37,12 @@ const PluginView: FC = () => {
return ( return (
<> <>
<TitleView /> <TitleView />
<MotdDisplay />
<div <div
style={{ style={{
paddingTop: '16px', paddingTop: '16px',
}} }}
> >
<MotdDisplay />
<PanelSection> <PanelSection>
{pluginList.map(({ name, icon }) => ( {pluginList.map(({ name, icon }) => (
<PanelSectionRow key={name}> <PanelSectionRow key={name}>