reorder mobile bottom nav to be more intuitive
This commit is contained in:
parent
15f9950477
commit
30550e48be
@ -52,11 +52,11 @@ export default function BottomBar ({ sub }) {
|
||||
<div className={classNames(styles.footer, styles.footerPadding)}>
|
||||
<Navbar className='container px-0'>
|
||||
<Nav className={styles.footerNav}>
|
||||
<Offcanvas me={me} {...props} />
|
||||
<SearchItem {...props} />
|
||||
<Brand />
|
||||
<NavNotifications />
|
||||
<SearchItem {...props} />
|
||||
<PostItem {...props} className='btn-sm' />
|
||||
<NavNotifications />
|
||||
<Offcanvas me={me} {...props} />
|
||||
</Nav>
|
||||
</Navbar>
|
||||
</div>
|
||||
|
@ -28,7 +28,7 @@ export default function OffCanvas ({ me, dropNavKey }) {
|
||||
<>
|
||||
<MeImage onClick={handleShow} />
|
||||
|
||||
<Offcanvas style={{ maxWidth: '250px', zIndex: '10000' }} show={show} onHide={handleClose} placement='start'>
|
||||
<Offcanvas style={{ maxWidth: '250px', zIndex: '10000' }} show={show} onHide={handleClose} placement='end'>
|
||||
<Offcanvas.Header closeButton>
|
||||
<Offcanvas.Title><NavWalletSummary /></Offcanvas.Title>
|
||||
</Offcanvas.Header>
|
||||
|
Loading…
x
Reference in New Issue
Block a user