From 7ccf764617b9ce198fe61f5da13d6df0e95d14da Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Sun, 1 Dec 2024 21:53:35 +0100 Subject: [PATCH] fix paywall --- .../stocks/[tickerID]/financials/+page.svelte | 60 ++++++++++++------- .../financials/balance-sheet/+page.svelte | 60 ++++++++++++------- .../financials/cash-flow/+page.svelte | 60 ++++++++++++------- .../[tickerID]/financials/ratios/+page.svelte | 60 ++++++++++++------- 4 files changed, 160 insertions(+), 80 deletions(-) diff --git a/src/routes/stocks/[tickerID]/financials/+page.svelte b/src/routes/stocks/[tickerID]/financials/+page.svelte index 4d250f9f..f1f8db7e 100644 --- a/src/routes/stocks/[tickerID]/financials/+page.svelte +++ b/src/routes/stocks/[tickerID]/financials/+page.svelte @@ -465,27 +465,47 @@ class="bg-[#313131] w-full min-w-24 sm:w-fit relative flex flex-wrap items-center justify-center rounded-md p-1 mt-4" > {#each tabs as item, i} - + + {item.title} + + + + {:else} + + {/if} {/each} diff --git a/src/routes/stocks/[tickerID]/financials/balance-sheet/+page.svelte b/src/routes/stocks/[tickerID]/financials/balance-sheet/+page.svelte index ad8f2194..1190fd3c 100644 --- a/src/routes/stocks/[tickerID]/financials/balance-sheet/+page.svelte +++ b/src/routes/stocks/[tickerID]/financials/balance-sheet/+page.svelte @@ -523,27 +523,47 @@ class="bg-[#313131] w-full min-w-24 sm:w-fit relative flex flex-wrap items-center justify-center rounded-md p-1 mt-4" > {#each tabs as item, i} - + + {item.title} + + + + {:else} + + {/if} {/each} diff --git a/src/routes/stocks/[tickerID]/financials/cash-flow/+page.svelte b/src/routes/stocks/[tickerID]/financials/cash-flow/+page.svelte index 56715e36..400083ac 100644 --- a/src/routes/stocks/[tickerID]/financials/cash-flow/+page.svelte +++ b/src/routes/stocks/[tickerID]/financials/cash-flow/+page.svelte @@ -468,27 +468,47 @@ class="bg-[#313131] w-full min-w-24 sm:w-fit relative flex flex-wrap items-center justify-center rounded-md p-1 mt-4" > {#each tabs as item, i} - + + {item.title} + + + + {:else} + + {/if} {/each} diff --git a/src/routes/stocks/[tickerID]/financials/ratios/+page.svelte b/src/routes/stocks/[tickerID]/financials/ratios/+page.svelte index e58d007c..010bdda0 100644 --- a/src/routes/stocks/[tickerID]/financials/ratios/+page.svelte +++ b/src/routes/stocks/[tickerID]/financials/ratios/+page.svelte @@ -426,27 +426,47 @@ class="bg-[#313131] w-full min-w-24 sm:w-fit relative flex flex-wrap items-center justify-center rounded-md p-1 mt-4" > {#each tabs as item, i} - + + {item.title} + + + + {:else} + + {/if} {/each}