diff --git a/src/routes/stocks/[tickerID]/+layout.svelte b/src/routes/stocks/[tickerID]/+layout.svelte index 62ea784a..ebb71656 100644 --- a/src/routes/stocks/[tickerID]/+layout.svelte +++ b/src/routes/stocks/[tickerID]/+layout.svelte @@ -804,7 +804,7 @@ function handleTypeOfTrade(state:string) : 'bg-[#09090B]'} mt-1 h-[3px] rounded-full w-[2rem]" /> - {#if ["nvda", "aapl", "gme"]?.includes($stockTicker?.toLowerCase())} + {#if ["amd", "save", "ba", "adbe", "nflx", "pltr", "msft", "meta", "tsla", "nvda", "aapl", "gme"]?.includes($stockTicker?.toLowerCase())}