From 29198eb754017ac18cf0a4e328850d6f7e3964bb Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Sat, 20 Jul 2024 13:14:50 +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 03e4f223..c5e53452 100644 --- a/src/routes/home/+page.svelte +++ b/src/routes/home/+page.svelte @@ -163,9 +163,9 @@ onMount( async() => {
Hottest Options Contract - + View All -
Recent hedge fund options with the highest premiums. @@ -215,9 +215,9 @@ onMount( async() => { Latest Congress Trading - + View All - + @@ -233,9 +233,9 @@ onMount( async() => {

{item?.party ?? 'n/a'}

-

- {formatString(item?.assetDescription) ?? '-'} -

+ + {item?.ticker?.length !== 0 ? item?.ticker : formatString(item?.assetDescription)?.slice(0,30) + '...'} +

{item?.amount?.replace("$1,000,001 - $5,000,000","$1Mio - $5Mio")}