Skip to content

Commit

Permalink
chore: tweak subscription section
Browse files Browse the repository at this point in the history
  • Loading branch information
boojack committed Aug 1, 2024
1 parent 0297e9a commit f9e5978
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions frontend/web/src/pages/SubscriptionSetting.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,11 @@ const SubscriptionSetting: React.FC = () => {
</li>
<li className="flex items-center dark:text-gray-300">
<Icon.CheckCircle2 className="w-5 h-auto text-green-600 mr-1 shrink-0" />
Advanced analytics
Custom branding
</li>
<li className="flex items-center dark:text-gray-300">
<Icon.CheckCircle2 className="w-5 h-auto text-green-600 mr-1 shrink-0" />
Custom styles
Advanced analytics
</li>
<li className="flex items-center dark:text-gray-300">
<Icon.CheckCircle2 className="w-5 h-auto text-green-600 mr-1 shrink-0" />
Expand All @@ -157,10 +157,6 @@ const SubscriptionSetting: React.FC = () => {
</div>
<p className="mt-2 font-medium dark:text-gray-300">Everything in Pro, and</p>
<ul className="mt-4 space-y-3">
<li className="flex items-center dark:text-gray-300">
<Icon.Smile className="w-5 h-auto text-green-600 mr-1 shrink-0" />
Custom branding
</li>
<li className="flex items-center dark:text-gray-300">
<Icon.Shield className="w-5 h-auto text-green-600 mr-1 shrink-0" />
Single Sign-On(SSO)
Expand Down

0 comments on commit f9e5978

Please sign in to comment.