feat: Introduce alwaysShow prop for MobileBackButton to control visibility and apply minor UI refinements to specialization cards and chat header.

This commit is contained in:
pradeepkumar
2026-03-27 06:47:53 +05:30
parent d598637380
commit 317f7e7402
6 changed files with 9 additions and 8 deletions

View File

@@ -366,7 +366,7 @@ export default function EditProfilePage() {
return (
<div>
<MobileBackButton label="Back" fallbackHref="/agent/dashboard" />
<MobileBackButton label="Back" fallbackHref="/agent/dashboard" alwaysShow />
<div className="flex gap-6 h-[calc(100vh-180px)]">
{/* Left Sidebar - Quick Links */}
<div className="w-[220px] flex-shrink-0 hidden lg:block h-full overflow-y-auto scrollbar-thin">