From 14f890039f070f39f869ca8411332d5aabe17f3c Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Thu, 25 Jul 2024 12:56:34 +0200 Subject: [PATCH] ui fix --- src/lib/components/Pricing.svelte | 2 +- src/routes/home/+page.svelte | 4 ++-- src/routes/pricing/+page.svelte | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/lib/components/Pricing.svelte b/src/lib/components/Pricing.svelte index f6fc1397..bc1ee6ab 100644 --- a/src/lib/components/Pricing.svelte +++ b/src/lib/components/Pricing.svelte @@ -302,7 +302,7 @@ onMount(async () => {
  • - Pay Once and never again. + Pay Once and use forever.
  • diff --git a/src/routes/home/+page.svelte b/src/routes/home/+page.svelte index 022bb4c0..b408a286 100644 --- a/src/routes/home/+page.svelte +++ b/src/routes/home/+page.svelte @@ -204,7 +204,7 @@ onMount( async() => { {#each data?.getDashboard?.optionsFlow as item} - {item?.ticker} + {item?.ticker} {abbreviateNumber(item?.cost_basis,true)} @@ -250,7 +250,7 @@ onMount( async() => {

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

    - + {item?.ticker?.length !== 0 ? item?.ticker : formatString(item?.assetDescription)?.slice(0,15) + '...'} diff --git a/src/routes/pricing/+page.svelte b/src/routes/pricing/+page.svelte index c691a2a0..d617b7ea 100644 --- a/src/routes/pricing/+page.svelte +++ b/src/routes/pricing/+page.svelte @@ -402,7 +402,7 @@ async function purchasePlan(subscriptionType:string='') {
  • - Pay Once and never again. + Pay Once and use forever.