From 0c83c0501bffe3e97265f0c456235d032d3600f2 Mon Sep 17 00:00:00 2001 From: "Lindsey Peckham (via MelvinBot)" Date: Mon, 30 Mar 2026 17:05:02 +0000 Subject: [PATCH 1/2] Update Home announcements with latest content Replace outdated announcements with new March 2026 entries: - New global partnerships newsletter (2026-03-25) - March 2026 product update press release (2026-03-23) - Keep February product update (2026-02-19) Co-authored-by: Lindsey Peckham --- src/CONST/index.ts | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/CONST/index.ts b/src/CONST/index.ts index b8b5fd9c31a1f..be7782f713b63 100644 --- a/src/CONST/index.ts +++ b/src/CONST/index.ts @@ -9378,24 +9378,24 @@ const CONST = { HOME: { ANNOUNCEMENTS: [ - { - title: 'Expensify and Xero partner to support SMBs', - subtitle: 'Press Release', - url: 'https://www.businesswire.com/news/home/20260212641796/en/Expensify-and-Xero-Enhance-Partnership-to-Support-Small-Businesses', - publishedDate: '2026-02-12', - }, - { - title: 'New Home page & upgraded Insights analytics', - subtitle: 'Product update', - url: 'https://use.expensify.com/blog/expensify-home-and-insights-update', - publishedDate: '2026-02-18', - }, { title: 'Smarter spend controls & Concierge anywhere', subtitle: 'Product update', url: 'https://use.expensify.com/blog/expensify-february-2026-product-update', publishedDate: '2026-02-19', }, + { + title: 'More power, right where you need it', + subtitle: 'Press Release', + url: 'https://use.expensify.com/blog/expensify-march-2026-product-update', + publishedDate: '2026-03-23', + }, + { + title: 'New global partnerships: banking, travel, accounting, & more', + subtitle: 'Newsletter', + url: 'https://use.expensify.com/blog/expensify-new-integrations-march-2026', + publishedDate: '2026-03-25', + }, ], }, From 02b97b310e56b817b0430cb0cf5de0d1c4038b8a Mon Sep 17 00:00:00 2001 From: "Lindsey Peckham (via MelvinBot)" Date: Mon, 30 Mar 2026 17:11:11 +0000 Subject: [PATCH 2/2] Update 'More power, right where you need it' subtitle to Product update Co-authored-by: Lindsey Peckham --- src/CONST/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CONST/index.ts b/src/CONST/index.ts index be7782f713b63..38bb4e9275245 100644 --- a/src/CONST/index.ts +++ b/src/CONST/index.ts @@ -9386,7 +9386,7 @@ const CONST = { }, { title: 'More power, right where you need it', - subtitle: 'Press Release', + subtitle: 'Product update', url: 'https://use.expensify.com/blog/expensify-march-2026-product-update', publishedDate: '2026-03-23', },