From b927d89e497cb7074a1e4297db10a5a55e4e3046 Mon Sep 17 00:00:00 2001 From: pradeepkumar Date: Sat, 24 Jan 2026 22:23:15 +0530 Subject: [PATCH] styleing issue --- src/app/dashboard/profile-sections/[id]/page.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/dashboard/profile-sections/[id]/page.tsx b/src/app/dashboard/profile-sections/[id]/page.tsx index d9107e3..7113f28 100644 --- a/src/app/dashboard/profile-sections/[id]/page.tsx +++ b/src/app/dashboard/profile-sections/[id]/page.tsx @@ -753,9 +753,8 @@ export default function SectionDetailPage() { className="flex items-center justify-between px-3 py-2 bg-gray-50 rounded" > - {opt.value} - - {opt.label} + {opt.label} + ({opt.value})