Skip to content

Commit

Permalink
style: rmv 'funds' in Add modal (#726)
Browse files Browse the repository at this point in the history
  • Loading branch information
evvvritt authored Oct 10, 2023
1 parent fdaf996 commit 441b4d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/flows/top-up-flow/enter-amount.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<StepLayout>
<EmojiAndToken emoji="💰" tokenAddress={tokenInfo.info.address} animateTokenOnMount />
<StepHeader
headline={`Add ${tokenInfo?.info.symbol ?? ''} funds`}
headline={`Add ${tokenInfo?.info.symbol}`}
description="Add funds to your Drips account's outgoing balance."
/>
<FormField title="Wallet balance">
Expand Down

0 comments on commit 441b4d5

Please sign in to comment.