{
const date = new Date(timestamp);
const year = date.getFullYear().toString().slice(-2); // Get last two digits of the year
@@ -518,12 +520,29 @@
Latest Forecast
- 0 ? "potential increase" : "potential decrease"} of ${medianChange}% from the current price of ${price}.`}
- />
+ {#if !["Pro", "Plus"]?.includes(data?.user?.tier)}
+ Pro Subscription `}
+ />
+ {:else}
+ 0 ? "potential increase" : "potential decrease"} of ${medianChange}% from the current price of ${price}.`}
+ />
+ {/if}