Skip to content

Commit

Permalink
fix / edit supporting text on dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
psiddharthdesign committed Aug 21, 2024
1 parent 85e6823 commit d02d3ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions src/components/FreeTrialDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ export function FreeTrialDialog({ organizationId, activeProducts, isOrganization
<DialogTitle className="w-full text-left">Start Your Free Trial</DialogTitle>
<DialogDescription className="w-full text-left">
Your organization doesn't have an active subscription. Choose a plan to start your free trial.
<strong>No credit card required.</strong>
</DialogDescription>
</DialogHeader>
<div className={`
Expand Down
6 changes: 0 additions & 6 deletions src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import {
AlertTriangle,
CreditCard,
LayoutDashboard,
MessageCircle,
Shield,
Expand Down Expand Up @@ -88,9 +87,4 @@ export const DIGGER_FEATURES: DiggerFeature[] = [
title: 'Slack & GitHub Issues integration for Drift detection',
description: 'Forward Drift Notifications to Slack and to GitHub Issues',
},
{
icon: CreditCard,
title: 'No Credit Card Required',
description: 'Start your trial without entering any card details',
},
];

0 comments on commit d02d3ce

Please sign in to comment.