From 6232cbfa2066724ad9b32582d3c9b1527d3a8cff Mon Sep 17 00:00:00 2001 From: "Mr. Algorithm" <11aravipratapsingh@gmail.com> Date: Sat, 4 Oct 2025 19:49:07 +0530 Subject: [PATCH] Update lib/constants.ts Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- lib/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/constants.ts b/lib/constants.ts index 9fe1e5f..aad9698 100644 --- a/lib/constants.ts +++ b/lib/constants.ts @@ -71,7 +71,7 @@ export const MARKET_OVERVIEW_WIDGET_CONFIG = { { s: 'NASDAQ:AAPL', d: 'Apple' }, { s: 'NASDAQ:GOOGL', d: 'Alphabet' }, { s: 'NASDAQ:MSFT', d: 'Microsoft' }, - { s: 'NASDAQ:FB', d: 'Meta Platforms' }, + { s: 'NASDAQ:META', d: 'Meta Platforms' }, { s: 'NYSE:ORCL', d: 'Oracle Corp' }, { s: 'NASDAQ:INTC', d: 'Intel Corp' }, ],