Its been a while
This commit is contained in:
@@ -145,11 +145,11 @@ const Navbar: React.FC<NavbarProps> = ({ collapseHeight }) => {
|
||||
Brokers
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
{/* <li>
|
||||
<Link href="/" className="hover:text-bluemana">
|
||||
Services
|
||||
</Link>
|
||||
</li>
|
||||
</li> */}
|
||||
</ul>
|
||||
{/* <div className={classnames("flex space-x-4 font-semibold text-lg", {"pl-2" : isScrolled})}>
|
||||
{menuItems.map((item) => {
|
||||
@@ -164,10 +164,15 @@ const Navbar: React.FC<NavbarProps> = ({ collapseHeight }) => {
|
||||
})}
|
||||
</div> */}
|
||||
<div className={classnames("flex space-x-2 font-semibold", {"pt-1" : isScrolled})}>
|
||||
<Link href="/dashboard/member">
|
||||
<button className="bg-platinum text-copper hover:text-bronze py-1 px-4 rounded border-1 border-copper hover:border-bronze">
|
||||
{/* <Link href="/account/signup">
|
||||
<Button className="bg-platinum text-copper hover:text-bronze py-1 px-4 rounded border-1 border-copper hover:border-bronze">
|
||||
Sign Up
|
||||
</Button>
|
||||
</Link> */}
|
||||
<Link href="/account/signin">
|
||||
<Button className="bg-platinum text-copper hover:text-bronze py-1 px-4 rounded border-1 border-copper hover:border-bronze">
|
||||
Sign In
|
||||
</button>
|
||||
</Button>
|
||||
</Link>
|
||||
{/* <Button href="" className="bg-platinum text-copper hover:text-bronze py-1 px-4 rounded border-1 border-copper hover:border-bronze">
|
||||
Sign In
|
||||
|
||||
Reference in New Issue
Block a user