fix(04-03): make back button more prominent with bordered pill style

This commit is contained in:
Chandler Copeland
2026-03-19 21:56:36 -06:00
parent 5c7a0fd061
commit 025d9896ed

View File

@@ -29,7 +29,7 @@ export default async function DocumentPage({
<div> <div>
<Link <Link
href={`/portal/clients/${doc.clientId}`} href={`/portal/clients/${doc.clientId}`}
className="text-sm text-blue-600 hover:underline" className="inline-flex items-center gap-1 px-3 py-1.5 text-sm font-medium text-blue-600 border border-blue-200 rounded-md bg-blue-50 hover:bg-blue-100 hover:border-blue-300 transition-colors"
> >
&larr; Back to {doc.client?.name ?? 'Client'} &larr; Back to {doc.client?.name ?? 'Client'}
</Link> </Link>