{#if Object?.keys(marketMoods)?.length !== 0}
Bull Case vs Bear Case
{#if data?.user?.tier === 'Pro'}
{#each tabs as item, i}
handleMode(i)} class="group relative z-[1] rounded-full px-6 py-1 {activeIdx === i ? 'z-0' : ''} " > {#if activeIdx === i}
{/if}
{item.title}
{/each}
Updated {rawData?.date}
{#if showFullText} {#each (showFullText ? paragraphs : paragraphs?.slice(0,1)) as paragraph, index}
{paragraph} {paragraphs?.length <= index+1 ? '' : '.'}
{/each} {:else} {paragraphs?.at(0)?.slice(0,250) + '...'} {/if}
{:else}
Unlock content with
Pro Subscription
{/if}
showFullText = !showFullText} class="{data?.user?.tier !== 'Pro' ? 'hidden' : ''} cursor-pointer m-auto flex justify-center items-center mt-5">
{/if}