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
1 changed files with 1 additions and 1 deletions

View File

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