Skip to content

Commit

Permalink
feat: wc animation (#2738)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuul-wq authored Nov 27, 2024
1 parent fdaa3dc commit 02168f4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ export const WalletConnect = ({ apis, signingPayloads, validateBalance, onGoBack
<Countdown countdown={txPayloads ? countdown : 0} />

<div className="relative w-full">
<video className="h-[240px] w-full object-cover" autoPlay loop>
<video className="h-[240px]" autoPlay loop>
<source src={wallet_connect_confirm_webm} type="video/webm" />
<source src={wallet_connect_confirm} type="video/mp4" />
</video>
Expand Down
Binary file modified src/renderer/shared/assets/video/wallet_connect_confirm.mp4
Binary file not shown.
Binary file modified src/renderer/shared/assets/video/wallet_connect_confirm.webm
Binary file not shown.

0 comments on commit 02168f4

Please sign in to comment.