From 8ec9c04bffc34e30617755e59fffce4f5aa705e0 Mon Sep 17 00:00:00 2001 From: Serafim Date: Thu, 19 Feb 2026 15:31:37 -0300 Subject: [PATCH] feat(subscription-plan): renamed to trending stories --- src/lib/ui/app/SubscriptionPlan/BreakdownTable/breakdown.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/ui/app/SubscriptionPlan/BreakdownTable/breakdown.ts b/src/lib/ui/app/SubscriptionPlan/BreakdownTable/breakdown.ts index af4b2e278..5d0261a13 100644 --- a/src/lib/ui/app/SubscriptionPlan/BreakdownTable/breakdown.ts +++ b/src/lib/ui/app/SubscriptionPlan/BreakdownTable/breakdown.ts @@ -86,9 +86,9 @@ export const CONSUMER_PLANS_BREAKDOWN = [ { category: 'Social Trends', features: [ - { name: 'Trending Coins', isAccess: true }, { name: 'Trending Words', isAccess: true }, - { name: 'Trending Topics', isAccess: true }, + { name: 'Trending Stories', isAccess: true }, + { name: 'Trending Coins', isAccess: true }, { name: 'Social Context', isAccess: true }, ], }, @@ -229,7 +229,7 @@ export const SubscriptionPlanBreakdown: Record< 'Trending Coins': 'No access to Top 3 tokens', 'Trending Words': 'No access to Top 3 words', - // 'Trending Topics': '', + 'Trending Stories': 'Limited data', 'Social Context': 'Limited data', 'Historical data restriction': '1 year',