This commit is contained in:
Manav Rathi 2025-02-07 15:10:32 +05:30
parent 2156c3a946
commit caf1f715e1
No known key found for this signature in database

View File

@ -145,9 +145,8 @@ export const Sidebar: React.FC<SidebarProps> = ({
collectionSummaries={collectionSummaries}
/>
<UtilitySection closeSidebar={closeSidebar} />
<Divider />
<HelpSection closeSidebar={closeSidebar} />
<Divider />
<Divider sx={{my: 1}}/>
<ExitSection />
<InfoSection />
</Stack>