change order of bell and post button for symettry

This commit is contained in:
keyan 2024-03-28 16:35:21 -05:00
parent 7dac5e79a6
commit b2616bdfdb

View File

@ -53,8 +53,8 @@ export default function BottomBar ({ sub }) {
<Offcanvas me={me} {...props} /> <Offcanvas me={me} {...props} />
<SearchItem {...props} /> <SearchItem {...props} />
<Brand /> <Brand />
<PostItem {...props} className='btn-sm' />
<NavNotifications /> <NavNotifications />
<PostItem {...props} className='btn-sm' />
</Nav> </Nav>
</Navbar> </Navbar>
</div> </div>