Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/lib/ui/app/SubscriptionPlan/BreakdownTable/breakdown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
],
},
Expand Down Expand Up @@ -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',
Expand Down