diff --git a/src/components/Sidebar.tsx b/src/components/Sidebar.tsx index 586f1824b..8e1ac23e3 100644 --- a/src/components/Sidebar.tsx +++ b/src/components/Sidebar.tsx @@ -110,6 +110,17 @@ export default function Sidebar(props: Props) { setIsOpen(false); galleryContext.showPlanSelectorModal(); } + + const Divider = () => ( +
+ ); return (
-
+ - {constants.REQUEST_FEATURE} - - initiateEmail('contact@ente.io')}> - {constants.SUPPORT} + onClick={() => { + galleryContext.setActiveCollection(ARCHIVE_SECTION); + setIsOpen(false); + }}> + {constants.ARCHIVE} <> {constants.UPDATE_EMAIL} + + + {constants.REQUEST_FEATURE} + + initiateEmail('contact@ente.io')}> + {constants.SUPPORT} + <> - { - galleryContext.setActiveCollection(ARCHIVE_SECTION); - setIsOpen(false); - }}> - {constants.ARCHIVE} - -
+