Skip to content

Commit

Permalink
add text on connect step
Browse files Browse the repository at this point in the history
  • Loading branch information
Franpastoragusti authored and irfanbozkurt committed Aug 30, 2023
1 parent 7356eb5 commit a395d7a
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ export const ConnectionProcess = ({ isVisible, safeAddress, connectedAddress, se
exit={{ opacity: 0 }}
className={styles.container}
>
<h1 className={styles.title}>Welcome to Flashbot Recovery</h1>
<Image className={styles.illustration} src={IllustrationSvg} alt="" />
<p className={`${styles.text} text-secondary-content`}>
Connect your "Safe Wallet" where the assets will be send after the recovery process.
</p>
<h1 className={styles.title}>Let's recover your hacked assets</h1>
<Image className={styles.illustration} src={IllustrationSvg} alt="An ethereum icon with nfts and tokens around" />
<h2 className={`${styles.text} text-secondary-content`}>
Follow the steps and reclaim your assets with a "Secure Wallet" under your control. Connect the wallet to begin the process.
</h2>
<div className={styles.buttonContainer}>
<RainbowKitCustomConnectButton />
</div>
Expand Down

0 comments on commit a395d7a

Please sign in to comment.