From 5712db0010eb30fddc030247cc8dd2f12c7ae829 Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Sat, 20 Jul 2024 13:36:09 +0200 Subject: [PATCH] ui fix --- src/routes/home/+page.svelte | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/routes/home/+page.svelte b/src/routes/home/+page.svelte index d148be86..c422156d 100644 --- a/src/routes/home/+page.svelte +++ b/src/routes/home/+page.svelte @@ -92,7 +92,7 @@ onMount( async() => { - {quickInfo?.active?.symbol} + {quickInfo?.active?.symbol}

{#if quickInfo?.active?.changesPercentage >=0} @@ -111,7 +111,7 @@ onMount( async() => { - {quickInfo?.winner?.symbol} + {quickInfo?.winner?.symbol}

{#if quickInfo?.winner?.changesPercentage >=0} @@ -130,7 +130,7 @@ onMount( async() => { - {quickInfo?.loser?.symbol} + {quickInfo?.loser?.symbol}

{#if quickInfo?.loser?.changesPercentage >=0} @@ -149,7 +149,7 @@ onMount( async() => { - {quickInfo?.shorted?.symbol} + {quickInfo?.shorted?.symbol}

Short: {quickInfo?.shorted?.shortOutStandingPercent?.toFixed(2)}%

@@ -189,16 +189,16 @@ onMount( async() => { {item?.ticker} - + {abbreviateNumber(item?.cost_basis,true)} ${item?.strike_price} - + {item?.sentiment} - + {item?.put_call}