mirror of
https://github.com/Sosokker/B2D-Ventures.git
synced 2025-12-18 21:44:06 +01:00
feat: enhance mobile navigation layout with improved item alignment
This commit is contained in:
parent
5f8e523128
commit
1c022f93ef
@ -54,7 +54,7 @@ export async function NavigationBar() {
|
|||||||
</span>
|
</span>
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
<div className="md:hidden grid grid-cols-2">
|
<div className="md:hidden grid grid-cols-2 justify-items-center items-center">
|
||||||
<div className="flex justify-end w-10">
|
<div className="flex justify-end w-10">
|
||||||
{userId ? (
|
{userId ? (
|
||||||
<AuthenticatedComponents
|
<AuthenticatedComponents
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user