Skip to content

Commit

Permalink
remove icon pointer events
Browse files Browse the repository at this point in the history
  • Loading branch information
bigboydiamonds committed Sep 23, 2024
1 parent 82d447a commit 383519d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ const StateManagedBridge = () => {
isBridgePaused={isBridgePaused}
isQuoteStale={isQuoteStale}
/>
<div className="absolute flex items-center !right-10">
<div className="absolute flex items-center !right-10 pointer-events-none">
<BridgeQuoteResetTimer
bridgeQuote={bridgeQuote}
isLoading={isLoading}
Expand Down

0 comments on commit 383519d

Please sign in to comment.