diff --git a/apps/web/src/app/(routes)/bridge/_components/TransferEthereumNftsAction.tsx b/apps/web/src/app/(routes)/bridge/_components/TransferEthereumNftsAction.tsx index 882a47da..c3332916 100644 --- a/apps/web/src/app/(routes)/bridge/_components/TransferEthereumNftsAction.tsx +++ b/apps/web/src/app/(routes)/bridge/_components/TransferEthereumNftsAction.tsx @@ -1,5 +1,11 @@ import clsx from "clsx"; -import { Button, GasIcon, Notification, Typography } from "design-system"; +import { + Button, + ClockIcon, + GasIcon, + Notification, + Typography, +} from "design-system"; import useEthereumCollectionApproval from "../_hooks/useEthereumCollectionApproval"; import useEthereumNftDeposit from "../_hooks/useEthereumNftDeposit"; @@ -103,13 +109,23 @@ function TransferNfts() { return ( <> {totalSelectedNfts > 0 && ( - } - variant="mantis_green" - > - ArkProject will refund gas costs in Stark! - + <> + } + variant="space_blue" + > + Important note: You will have to wait about 4 hours before + you can claim your assets on ethereum. + + } + variant="mantis_green" + > + ArkProject will refund gas costs in Stark! + + )}