diff --git a/src/lib/components/Footer.svelte b/src/lib/components/Footer.svelte index 47f825a0..4e8ef130 100644 --- a/src/lib/components/Footer.svelte +++ b/src/lib/components/Footer.svelte @@ -196,7 +196,7 @@ Affiliate ProgramReferral Program diff --git a/src/lib/components/Table/OptionsFlowTable.svelte b/src/lib/components/Table/OptionsFlowTable.svelte index abc8bb7c..e665490c 100644 --- a/src/lib/components/Table/OptionsFlowTable.svelte +++ b/src/lib/components/Table/OptionsFlowTable.svelte @@ -616,7 +616,7 @@ class="p-2 text-center text-sm sm:text-[1rem] whitespace-nowrap {optionsWatchlist.optionsId?.includes( displayedData[index]?.id, ) - ? 'text-[#FBCE3C]' + ? 'text-[#FFA500]' : ''}" >

- Affiliate Program + Referral Program

{#if config !== null}

- {selectedSector} Flow tracks sector stocks, net - call/put premiums, and price movements to gauge market sentiment - and momentum in real time. + Sector Flow monitors constituent stocks representing the sector, + net call/put premiums and price movements in real time.

{item?.changesPercentage?.toFixed(2)}% diff --git a/src/routes/options-flow/workers/filterWorker.ts b/src/routes/options-flow/workers/filterWorker.ts index 7a12741e..feb75346 100644 --- a/src/routes/options-flow/workers/filterWorker.ts +++ b/src/routes/options-flow/workers/filterWorker.ts @@ -202,6 +202,8 @@ if (ruleName === 'sizeoiratio') { return (item) => { const expirationDate = new Date(item[rule.name]); + + if (isNaN(expirationDate)) return false; // Handle invalid dates const daysDiff = Math?.ceil((expirationDate.getTime() - now.getTime()) / (1000 * 60 * 60 * 24)); diff --git a/src/routes/politicians/+page.svelte b/src/routes/politicians/+page.svelte index def52b10..c44a454f 100644 --- a/src/routes/politicians/+page.svelte +++ b/src/routes/politicians/+page.svelte @@ -246,7 +246,7 @@ on:click|stopPropagation={(event) => addToFavorite(event, item?.id)} class=" {favoriteList?.includes(item?.id) - ? 'text-[#FBCE3C]' + ? 'text-[#FFA500]' : ''} absolute top-0 right-5 z-20" >