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

Update whats new dates (#15804)

Co-authored-by: ryanml <ryanlanese@gmail.com>
This commit is contained in:
Dan J Miller 2022-09-13 11:57:02 -02:30 committed by ryanml
parent e6f23e9dda
commit a1673af673

View File

@ -48,7 +48,7 @@ export const UI_NOTIFICATIONS = {
}, },
10: { 10: {
id: 10, id: 10,
date: '2022-04-18', date: '2022-09-15',
image: { image: {
src: 'images/token-detection.svg', src: 'images/token-detection.svg',
width: '100%', width: '100%',
@ -56,7 +56,7 @@ export const UI_NOTIFICATIONS = {
}, },
11: { 11: {
id: 11, id: 11,
date: '2022-04-18', date: '2022-09-15',
}, },
12: { 12: {
id: 12, id: 12,
@ -68,7 +68,7 @@ export const UI_NOTIFICATIONS = {
}, },
13: { 13: {
id: 13, id: 13,
date: '2022-07-12', date: '2022-09-15',
}, },
}; };