fix(04-03): make back button more prominent with bordered pill style
This commit is contained in:
@@ -29,7 +29,7 @@ export default async function DocumentPage({
|
||||
<div>
|
||||
<Link
|
||||
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"
|
||||
>
|
||||
← Back to {doc.client?.name ?? 'Client'}
|
||||
</Link>
|
||||
|
||||
Reference in New Issue
Block a user