Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Commit

Permalink
update icons for wallet works
Browse files Browse the repository at this point in the history
  • Loading branch information
ubhaller committed Jul 21, 2021
1 parent b3c118f commit 3fc8aae
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ public FaqHelper(Messages msg) {
walletQuestionsFaqConfig.setFaqEntries(WALLET_FAQ_QUESTIONS_ENTRIES);

walletWorksFaqConfig.setKeyPrefix("wallet_faq_works_");
walletWorksFaqConfig.setIosIcon("ic-faq-image");
walletWorksFaqConfig.setAndroidIcon("ic_faq_image");
walletWorksFaqConfig.setIosIcon("ic-how-it-works-image");
walletWorksFaqConfig.setAndroidIcon("illu_how_it_works");
walletWorksFaqConfig.setFaqEntries(WALLET_FAQ_WORKS_ENTRIES);

walletTransferQuestionsFaqConfig.setKeyPrefix("wallet_transfer_code_faq_questions_");
Expand Down

0 comments on commit 3fc8aae

Please sign in to comment.