Skip to content

Commit 15680e7

Browse files
committed
Changed the timestamp span icon
1 parent 221f444 commit 15680e7

File tree

1 file changed

+1
-1
lines changed
  • apps/webapp/app/routes/resources.orgs.$organizationSlug.projects.v3.$projectParam.runs.$runParam.spans.$spanParam

1 file changed

+1
-1
lines changed

apps/webapp/app/routes/resources.orgs.$organizationSlug.projects.v3.$projectParam.runs.$runParam.spans.$spanParam/route.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ function SpanBody({
318318
<RunTimelineEvent
319319
title="Timestamp"
320320
subtitle={<DateTimeAccurate date={span.startTime} />}
321-
state="complete"
321+
variant="dot-solid"
322322
/>
323323
</div>
324324
)}

0 commit comments

Comments
 (0)