From 36cff9de002218a9b141e20f6386fc401207c11b Mon Sep 17 00:00:00 2001
From: pradeepkumar
Date: Sun, 18 Jan 2026 07:40:28 +0530
Subject: [PATCH] refactor: update agent dashboard UI for status buttons and
contact info, restyle specialization card button, and adjust footer
background color.
---
.../component/SpecializationCard.tsx | 2 +-
src/app/(agent)/agent/dashboard/page.tsx | 38 +++++++++----------
src/components/layout/Footer.tsx | 2 +-
3 files changed, 21 insertions(+), 21 deletions(-)
diff --git a/src/app/(agent)/agent/dashboard/component/SpecializationCard.tsx b/src/app/(agent)/agent/dashboard/component/SpecializationCard.tsx
index 6c4e706..ddf2460 100644
--- a/src/app/(agent)/agent/dashboard/component/SpecializationCard.tsx
+++ b/src/app/(agent)/agent/dashboard/component/SpecializationCard.tsx
@@ -20,7 +20,7 @@ export function SpecializationCard({ title, items, icon }: SpecializationCardPro
))}
-