Skip to content

Commit

Permalink
2min animation duration
Browse files Browse the repository at this point in the history
  • Loading branch information
GrandSchtroumpf committed Nov 20, 2024
1 parent 569ec60 commit 48cef82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/explorer/ExplorerHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ const Trades = ({ trades, className }: TradesProps) => {
className={className ?? ''}
from={last}
to={trades}
duration={30}
duration={120}
formatFn={(v) => formatter.format(v)}
/>
);
Expand Down

0 comments on commit 48cef82

Please sign in to comment.