diff options
| -rw-r--r-- | frontend/src/components/PluginView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ( <> <TitleView /> - <MotdDisplay /> <div style={{ paddingTop: '16px', }} > + <MotdDisplay /> <PanelSection> {pluginList.map(({ name, icon }) => ( <PanelSectionRow key={name}> |
