mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
made better sidebar logout button
This commit is contained in:
parent
be061c966f
commit
27c87bea0a
8 changed files with 58 additions and 6 deletions
|
@ -15,7 +15,7 @@ interface ProfileSidebarProps extends DialogComponentProps {
|
|||
const ProfileSidebar: VFC<ProfileSidebarProps> = ({ onRequestClose }) => {
|
||||
return (
|
||||
<SidebarWrapper onClose={onRequestClose}>
|
||||
<SidebarStack initialTab={0}>
|
||||
<SidebarStack>
|
||||
<SidebarStackCard headerFeature="close" title="Профиль" onBackPress={onRequestClose}>
|
||||
<ProfileSidebarMenu onClose={onRequestClose} />
|
||||
</SidebarStackCard>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue