{#if Object?.keys(rawData)?.length !== 0}
Bull Case vs Bear Case
{#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}
New
Updated {rawData?.date}
{#if activeIdx === 0}
{rawData?.bullSays}
{:else} {#if data?.user?.tier === 'Pro'}
{rawData?.bearSays}
{:else}
Unlock content with
Pro Subscription
{/if} {/if}
{/if}