Skip to content

Commit

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

0 comments on commit 7f0a05a

Please sign in to comment.