fix: remove custom LoRA from subscription benefits display (#7396)

## Summary
Removes custom LoRA feature from subscription benefits display for
standard and founder tiers.

## Changes
- **What**: Removed `customLoRAs` benefit entry from `BENEFITS_BY_TIER`
for standard and founder tiers

## Review Focus
- Verify custom LoRA feature is completely removed from subscription UI

Related to #7391

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Luke Mino-Altherr
2025-12-11 15:56:51 -08:00
committed by GitHub
parent 3dd805a30e
commit c88fc99a86

View File

@@ -417,8 +417,7 @@ const BENEFITS_BY_TIER: Record<
{ key: 'monthlyCredits', type: 'metric' },
{ key: 'maxDuration', type: 'metric' },
{ key: 'gpu', type: 'feature' },
{ key: 'addCredits', type: 'feature' },
{ key: 'customLoRAs', type: 'feature' }
{ key: 'addCredits', type: 'feature' }
]
}