1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Update Snaps icon in settings search and fix missing icon (#18803)

Co-authored-by: legobeat <109787230+legobeat@users.noreply.github.com>
This commit is contained in:
David Drazic 2023-04-27 10:49:49 +02:00 committed by GitHub
parent 4c9bf40688
commit c450fae84f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -131,7 +131,7 @@ export const SETTINGS_CONSTANTS = [
sectionMessage: (t) => t('contacts'),
descriptionMessage: (t) => t('contacts'),
route: CONTACT_LIST_ROUTE,
icon: ICON_NAMES.BOOK,
iconName: ICON_NAMES.BOOK,
},
///: BEGIN:ONLY_INCLUDE_IN(snaps)
{
@ -139,7 +139,7 @@ export const SETTINGS_CONSTANTS = [
sectionMessage: (t) => t('snaps'),
descriptionMessage: (t) => t('snaps'),
route: SNAPS_LIST_ROUTE,
icon: 'fa fa-flask',
iconName: ICON_NAMES.SNAPS,
},
///: END:ONLY_INCLUDE_IN
{