Skip to content

Commit

Permalink
Suggested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvv173 committed May 14, 2023
1 parent 136240f commit 3a6bb41
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import Button from '../../ui/button';
import {
DISPLAY,
FLEX_DIRECTION,
FontWeight,
JustifyContent,
TextColor,
TextVariant,
Expand Down Expand Up @@ -65,11 +64,7 @@ const SetApproveForAllWarning = ({
name={IconName.Danger}
className="set-approval-for-all-warning__content__header__warning-icon"
/>
<Text
variant={TextVariant.headingSm}
as="h4"
fontWeight={FontWeight.Bold}
>
<Text variant={TextVariant.headingSm} as="h4">
{t('yourNFTmayBeAtRisk')}
</Text>
</Box>
Expand Down

0 comments on commit 3a6bb41

Please sign in to comment.