From c915f5e4a1b9657f95853e6da1bd8ece9d17b14b Mon Sep 17 00:00:00 2001 From: "Andrew Emge (via MelvinBot)" Date: Wed, 20 May 2026 16:03:04 +0000 Subject: [PATCH] Update Home page Announcements widget for May 2026 Add new May 20 product update entry for policy upload, card freeze, and bulk editing. Remove the April 15 entry per request. Co-authored-by: Andrew Emge --- src/CONST/index.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/CONST/index.ts b/src/CONST/index.ts index 83f7ae288a97..1ab977865f47 100644 --- a/src/CONST/index.ts +++ b/src/CONST/index.ts @@ -9948,12 +9948,6 @@ const CONST = { HOME: { ANNOUNCEMENTS: [ - { - title: 'Smarter cards, mileage, and approvals', - subtitle: 'Product update', - url: 'https://use.expensify.com/blog/expensify-april-2026-product-update', - publishedDate: '2026-04-15', - }, { title: 'New BYOC partnership: Institute of Commercial Payments', subtitle: 'Press release', @@ -9966,6 +9960,12 @@ const CONST = { url: 'https://www.businesswire.com/news/home/20260506556347/en/Expensify-Named-Expense-Management-Platform-of-the-Year', publishedDate: '2026-05-06', }, + { + title: 'Policy upload, card freeze, and bulk editing', + subtitle: 'Product update', + url: 'https://use.expensify.com/blog/expensify-may-2026-product-update', + publishedDate: '2026-05-20', + }, ], },