feat: Replace login/signup text links with a profile icon in the common header.
This commit is contained in:
@@ -319,20 +319,14 @@ export function CommonHeader() {
|
||||
</div>
|
||||
</>
|
||||
) : (
|
||||
<div className="flex items-center gap-3">
|
||||
<Link
|
||||
href="/login"
|
||||
className="font-fractul font-bold text-[14px] text-[#00293D] hover:text-[#e58625] transition-colors"
|
||||
>
|
||||
Login
|
||||
</Link>
|
||||
<Link
|
||||
href="/signup"
|
||||
className="bg-[#e58625] text-[#00293D] px-4 py-2 rounded-[15px] font-fractul font-bold text-[14px] hover:bg-[#d47720] transition-colors"
|
||||
>
|
||||
Sign Up
|
||||
</Link>
|
||||
</div>
|
||||
<Link href="/login" className="hover:opacity-80 transition-opacity">
|
||||
<Image
|
||||
src="/assets/icons/profile-circle-orange-icon.svg"
|
||||
alt="Login"
|
||||
width={32}
|
||||
height={32}
|
||||
/>
|
||||
</Link>
|
||||
)}
|
||||
|
||||
{/* Mobile Menu Button */}
|
||||
|
||||
Reference in New Issue
Block a user