Skip to content

Commit f6520eb

Browse files
committed
Fix transaction volume header alignment
1 parent 86b13eb commit f6520eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/components/network-activity-tracker/tps-chart.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export function TpsChart() {
3030
<div className="flex flex-col h-full">
3131
<div className="flex flex-col gap-3 pb-10 xs:flex-row xs:items-start xs:justify-between">
3232
<div className="flex flex-col gap-0.5">
33-
<div className="flex flex-row justify-center gap-1">
33+
<div className="flex flex-row gap-1">
3434
<span className="text-2xl font-medium text-white font-britti-sans leading-7">
3535
Transaction volume
3636
</span>

0 commit comments

Comments
 (0)