mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-01-31 00:53:37 +00:00
Fixed Spacing Issues on Mobile for Homepage
This commit is contained in:
parent
ed27724178
commit
35dc1cd4b5
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ export const Navbar = () => {
|
|||
<Logo />
|
||||
<div className='flex w-full items-center justify-between space-x-4 md:block md:w-auto'>
|
||||
{!isSignedIn ? (
|
||||
<div className='space-x-4'>
|
||||
<div className='flex w-full justify-between space-x-4 md:block md:w-auto'>
|
||||
<Button size='sm' variant='outline' asChild>
|
||||
<Link href='sign-in'>Login</Link>
|
||||
</Button>
|
||||
|
|
Loading…
Reference in a new issue