DV: rename right-rail timeline header to Journey, drop LOG chip
This commit is contained in:
parent
d8f99a2e70
commit
e97351b0fe
@ -992,8 +992,7 @@ function DetailPage({
|
|||||||
const timelineBlock = audit.length > 0 ? (
|
const timelineBlock = audit.length > 0 ? (
|
||||||
<div>
|
<div>
|
||||||
<div className="flex items-center gap-2 mb-4">
|
<div className="flex items-center gap-2 mb-4">
|
||||||
<span className="text-[10.5px] font-bold tabular-nums px-1.5 py-0.5 text-white" style={{ background: ACCENT, letterSpacing: "0.04em" }}>LOG</span>
|
<div className="text-[11px] font-bold uppercase tracking-[0.12em]" style={{ color: ACCENT }}>Journey</div>
|
||||||
<div className="text-[11px] font-bold uppercase tracking-[0.12em]" style={{ color: ACCENT }}>Activity Timeline</div>
|
|
||||||
<div className="text-[11px] font-medium tabular-nums text-stone-400 ml-auto">{audit.length} {audit.length === 1 ? "event" : "events"}</div>
|
<div className="text-[11px] font-medium tabular-nums text-stone-400 ml-auto">{audit.length} {audit.length === 1 ? "event" : "events"}</div>
|
||||||
</div>
|
</div>
|
||||||
<ol className="relative">
|
<ol className="relative">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user