Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions src/CONST/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10112,6 +10112,12 @@ const CONST = {
// Maximum number of items in TimeSensitiveSection and YourSpendSection. Any extra items are revealed via the expand toggle button.
SECTION_VISIBLE_LIMIT: 5,
ANNOUNCEMENTS: [
{
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-22',
},
{
title: 'Expensify and VAT IT Launch Integration Partnership to Simplify Global VAT Reclaim',
subtitle: 'Press release',
Expand All @@ -10124,12 +10130,6 @@ const CONST = {
url: 'https://www.businesswire.com/news/home/20260519341013/en/Expensify-and-Playroll-Partner-to-Eliminate-Compliance-Complexity-and-Streamline-Expenses-to-Payroll-for-Businesses-Going-Global',
publishedDate: '2026-05-19',
},
{
title: 'Expensify named Expense Platform of the Year',
subtitle: 'Press release',
url: 'https://www.businesswire.com/news/home/20260506556347/en/Expensify-Named-Expense-Management-Platform-of-the-Year',
publishedDate: '2026-05-06',
},
],
},

Expand Down
Loading