Skip to content

Commit

Permalink
chore: update long term data storage from early access to available t…
Browse files Browse the repository at this point in the history
…o all (#934)
  • Loading branch information
makeavish authored Nov 1, 2024
1 parent 65cd098 commit 1ccce75
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions app/pricing/Pricing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1320,18 +1320,8 @@ const ExploreAllFeature = () => {
{
feature: 'Support for Cold Storage for long term data archival',
inCommunity: <CheckSolid />,
inTeams: (
<div className="flex items-center">
<FlameSolid />
<span className="ml-1.5 text-[8px] sm:text-xs">EARLY ACCESS</span>
</div>
),
inEnterprise: (
<div className="flex items-center">
<FlameSolid />
<span className="ml-1.5 text-[8px] sm:text-xs">EARLY ACCESS</span>
</div>
),
inTeams: <CheckSolid />,
inEnterprise: <CheckSolid />,
},
],
},
Expand Down

0 comments on commit 1ccce75

Please sign in to comment.