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.