From 69c160ab5a05274d98422f1b6cc4e000be526883 Mon Sep 17 00:00:00 2001 From: pradeepkumar Date: Sun, 8 Mar 2026 01:58:49 +0530 Subject: [PATCH] feat: Replace login/signup text links with a profile icon in the common header. --- .../icons/profile-circle-orange-icon.svg | 4 ++++ src/components/layout/CommonHeader.tsx | 22 +++++++------------ 2 files changed, 12 insertions(+), 14 deletions(-) create mode 100644 public/assets/icons/profile-circle-orange-icon.svg diff --git a/public/assets/icons/profile-circle-orange-icon.svg b/public/assets/icons/profile-circle-orange-icon.svg new file mode 100644 index 0000000..e1b81ae --- /dev/null +++ b/public/assets/icons/profile-circle-orange-icon.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/components/layout/CommonHeader.tsx b/src/components/layout/CommonHeader.tsx index 63ab3fb..b68c4b7 100644 --- a/src/components/layout/CommonHeader.tsx +++ b/src/components/layout/CommonHeader.tsx @@ -319,20 +319,14 @@ export function CommonHeader() { ) : ( -
- - Login - - - Sign Up - -
+ + Login + )} {/* Mobile Menu Button */}