mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-05-01 03:09:34 +00:00
Formated Files
This commit is contained in:
parent
d5631b309a
commit
e768d9181f
138 changed files with 1829 additions and 1851 deletions
|
@ -1,18 +1,18 @@
|
|||
import { Logo } from "@/components/logo";
|
||||
import { Button } from "@/components/ui/button";
|
||||
import Link from "next/link";
|
||||
import { Logo } from '@/components/logo';
|
||||
import { Button } from '@/components/ui/button';
|
||||
import Link from 'next/link';
|
||||
|
||||
export const Navbar = () => {
|
||||
return (
|
||||
<div className="fixed top-0 w-full h-14 px-4 border-b shadow-sm bg-white flex items-center">
|
||||
<div className="md:max-w-screen-2xl mx-auto flex items-center w-full justify-between">
|
||||
<div className='fixed top-0 flex h-14 w-full items-center border-b bg-white px-4 shadow-sm'>
|
||||
<div className='mx-auto flex w-full items-center justify-between md:max-w-screen-2xl'>
|
||||
<Logo />
|
||||
<div className="space-x-4 md:block md:w-auto flex items-center justify-between w-full">
|
||||
<Button size="sm" variant="outline" asChild>
|
||||
<Link href="sign-in">Login</Link>
|
||||
<div className='flex w-full items-center justify-between space-x-4 md:block md:w-auto'>
|
||||
<Button size='sm' variant='outline' asChild>
|
||||
<Link href='sign-in'>Login</Link>
|
||||
</Button>
|
||||
<Button size="sm" asChild>
|
||||
<Link href="sign-up">Get Tasko for Free</Link>
|
||||
<Button size='sm' asChild>
|
||||
<Link href='sign-up'>Get Tasko for Free</Link>
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue