update
This commit is contained in:
parent
836c84d699
commit
4b4daff863
|
|
@ -115,9 +115,11 @@ export default function Navbar() {
|
|||
<button className="p-2 border rounded-full">
|
||||
<Search size={15} />
|
||||
</button>
|
||||
<button className="bg-green-600 text-white px-5 py-2 rounded-full text-sm font-semibold">
|
||||
LOGIN
|
||||
</button>
|
||||
<Link href={"/auth"}>
|
||||
<button className="bg-green-600 text-white px-5 py-2 rounded-full text-sm font-semibold">
|
||||
LOGIN
|
||||
</button>
|
||||
</Link>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue