diff --git a/src/lib/components/BullBearSay.svelte b/src/lib/components/BullBearSay.svelte index 769a0b05..e56476a6 100644 --- a/src/lib/components/BullBearSay.svelte +++ b/src/lib/components/BullBearSay.svelte @@ -69,17 +69,11 @@ class="absolute inset-0 rounded-lg bg-purple-600" > {/if} - {#if data?.user?.tier !== 'Pro' && i === 1} - - {item.title} - - - {:else} {item.title} + - {/if} {/each} @@ -92,11 +86,19 @@
{rawData?.bullSays}
{:else} -{rawData?.bearSays}
+ + {#if data?.user?.tier === 'Pro'} +{rawData?.bearSays}
+ {:else} +