Skip to content

Commit

Permalink
Use new icon
Browse files Browse the repository at this point in the history
  • Loading branch information
MonilBhavsar committed Nov 30, 2022
1 parent 1f96747 commit cd6f2a9
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 28 deletions.
25 changes: 0 additions & 25 deletions assets/images/product-illustrations/user-verify--blue.svg

This file was deleted.

77 changes: 77 additions & 0 deletions assets/images/simple-illustrations/simple-illustration__shield.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/components/Icon/Illustrations.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import RocketOrange from '../../../assets/images/product-illustrations/rocket--o
import TadaYellow from '../../../assets/images/product-illustrations/tada--yellow.svg';
import TadaBlue from '../../../assets/images/product-illustrations/tada--blue.svg';
import GpsTrackOrange from '../../../assets/images/product-illustrations/gps-track--orange.svg';
import UserVerifyBlue from '../../../assets/images/product-illustrations/user-verify--blue.svg';
import ShieldYellow from '../../../assets/images/simple-illustrations/simple-illustration__shield.svg';
import MoneyReceipts from '../../../assets/images/simple-illustrations/simple-illustration__money-receipts.svg';
import PinkBill from '../../../assets/images/simple-illustrations/simple-illustration__bill.svg';
import CreditCardsNew from '../../../assets/images/simple-illustrations/simple-illustration__credit-cards.svg';
Expand Down Expand Up @@ -55,7 +55,7 @@ export {
TadaYellow,
TadaBlue,
GpsTrackOrange,
UserVerifyBlue,
ShieldYellow,
MoneyReceipts,
PinkBill,
CreditCardsNew,
Expand Down
2 changes: 1 addition & 1 deletion src/pages/ReimbursementAccount/Enable2FAPrompt.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const propTypes = {
const Enable2FAPrompt = props => (
<Section
title={props.translate('validationStep.enable2FATitle')}
icon={Illustrations.UserVerifyBlue}
icon={Illustrations.ShieldYellow}
menuItems={[
{
title: props.translate('validationStep.secureYourAccount'),
Expand Down

0 comments on commit cd6f2a9

Please sign in to comment.