-
-
+
-
- -
-
- - - -
- - - -
- - - - -
- {#if displayStructure === 'Card'}
-
@@ -603,9 +469,9 @@
-
- {/if}
diff --git a/src/routes/pricing/+page.svelte b/src/routes/pricing/+page.svelte
index a36373f7..92460ca3 100644
--- a/src/routes/pricing/+page.svelte
+++ b/src/routes/pricing/+page.svelte
@@ -79,6 +79,11 @@ async function purchasePlan(subscriptionType:string='') {
+
+
- {#each displayList as item}
-
- {/each}
-
-
-
-
- {:else}
| assetSelector(item?.ticker, item?.assetType)} class="cursor-pointer text-start whitespace-nowrap text-sm sm:text-[1rem] text-blue-400"> + |
- {item?.ticker?.length !== 0 ? item?.ticker : '-'}
+ {item?.ticker?.length !== 0 ? item?.ticker : '-'}
{item?.assetDescription.length > charNumber ? formatString(item?.assetDescription.slice(0,charNumber)) + "..." : formatString(item?.assetDescription)?.replace("- Common Stock", "")?.replace("Common Stock", "")}
|
@@ -634,7 +500,6 @@