Skip to content

Commit 6b61fca

Browse files
fix: update transaction exec time legend text to include 'time' for clarity (#86)
1 parent 016b08b commit 6b61fca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/components/block-time-tracker/block-time-legend.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const BlockTimeLegend = () => {
88
<div className="flex items-center gap-2">
99
<div className="w-3 h-3 rounded-full bg-[#6E54FF]" />
1010
<span className="text-base text-white">
11-
Total transaction execution
11+
Total transaction execution time
1212
</span>
1313
</div>
1414
</div>

0 commit comments

Comments
 (0)