From a08de88d6abb75d431f9e88f653e3b88549c8cf0 Mon Sep 17 00:00:00 2001 From: Dan J Miller Date: Tue, 13 Sep 2022 11:57:02 -0230 Subject: [PATCH] Update whats new dates (#15804) Co-authored-by: ryanml --- 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 a721b2e00..389533366 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', }, };