Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jpuri committed Feb 27, 2024
1 parent 1ee218e commit 5199843
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ const BlockaidBanner = (bannerProps: BlockaidBannerProps) => {
return (
<View style={styles.bannerSectionSmallSpaced}>
<View style={styles.flexRowSection}>
<Icon name={IconName.Confirmation} size={IconSize.Lg} />
<Icon name={IconName.Info} size={IconSize.Lg} />
<Text style={styles.infoText}>
{strings('blockaid_banner.loading_complete_title')}
</Text>
Expand Down

0 comments on commit 5199843

Please sign in to comment.