From 4aafcdd7c01addf95ef4b92d428082c5359277c8 Mon Sep 17 00:00:00 2001 From: pradeepkumar Date: Sun, 18 Jan 2026 19:34:18 +0530 Subject: [PATCH] style: Update agent dashboard text styles and replace the calendar icon. --- public/assets/icons/calendar-icon.svg | 5 +++-- .../(agent)/agent/dashboard/component/Tag.tsx | 2 +- src/app/(agent)/agent/dashboard/page.tsx | 18 +++++++++++------- 3 files changed, 15 insertions(+), 10 deletions(-) diff --git a/public/assets/icons/calendar-icon.svg b/public/assets/icons/calendar-icon.svg index 6887c86..17e180e 100644 --- a/public/assets/icons/calendar-icon.svg +++ b/public/assets/icons/calendar-icon.svg @@ -1,3 +1,4 @@ - - + + + diff --git a/src/app/(agent)/agent/dashboard/component/Tag.tsx b/src/app/(agent)/agent/dashboard/component/Tag.tsx index aed7268..919bc95 100644 --- a/src/app/(agent)/agent/dashboard/component/Tag.tsx +++ b/src/app/(agent)/agent/dashboard/component/Tag.tsx @@ -8,7 +8,7 @@ interface TagProps { export function Tag({ children, variant = 'default' }: TagProps) { return (

{agentData.title}

- + Location - {agentData.location} + + {agentData.location} + Calendar - Member Since {agentData.memberSince} + + Member Since {agentData.memberSince} +
@@ -236,11 +240,11 @@ export default function AgentDashboard() { {/* Bio */} -

{agentData.bio}

+

{agentData.bio}

{/* Expertise Tags */}
-

Expertise:

+

Expertise:

{agentData.expertise.map((tag, idx) => ( {tag}