From 1505e3cb085039487d81c0b40d7978a7e576171a Mon Sep 17 00:00:00 2001 From: Dan Miller Date: Tue, 13 Sep 2022 10:00:54 -0230 Subject: [PATCH] Update whats new dates --- shared/notifications/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shared/notifications/index.js b/shared/notifications/index.js index a721b2e009c3..389533366858 100644 --- a/shared/notifications/index.js +++ b/shared/notifications/index.js @@ -48,7 +48,7 @@ export const UI_NOTIFICATIONS = { }, 10: { id: 10, - date: '2022-04-18', + date: '2022-09-15', image: { src: 'images/token-detection.svg', width: '100%', @@ -56,7 +56,7 @@ export const UI_NOTIFICATIONS = { }, 11: { id: 11, - date: '2022-04-18', + date: '2022-09-15', }, 12: { id: 12, @@ -68,7 +68,7 @@ export const UI_NOTIFICATIONS = { }, 13: { id: 13, - date: '2022-07-12', + date: '2022-09-15', }, };