test(ui): clarify branch provenance and hierarchy
This commit is contained in:
@@ -84,10 +84,10 @@ export default function InvestigationMap({ turnCount = 0 }) {
|
||||
|
||||
return (
|
||||
<div className="rounded-lg border border-gray-200/60 bg-gray-50/30 p-4" role="region" aria-label="Investigation map preview">
|
||||
<h2 className="mb-1 text-[11px] font-medium tracking-widest uppercase text-gray-300">
|
||||
<h2 className="mb-1 text-[11px] font-semibold tracking-widest uppercase text-gray-500">
|
||||
Investigation Map
|
||||
</h2>
|
||||
<p className="mb-3 text-xs text-gray-400/70">
|
||||
<p className="mb-3 text-xs font-medium leading-tight text-gray-500/80">
|
||||
Active investigation topics and their status.
|
||||
</p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user