Skip to content

Commit

Permalink
fix(mkt): tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
waltergalvao committed Jan 8, 2025
1 parent 19acf18 commit 1e093eb
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions apps/mkt/components/pricing-cards.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export const PricingCards = () => {
<path d="M10.28 2.28L3.989 8.575 1.695 6.28A1 1 0 00.28 7.695l3 3a1 1 0 001.414 0l7-7A1 1 0 0010.28 2.28z" />
</svg>
<Tooltip
id="18"
id="cloud-all-features"
content="Simplified plan with no feature-gating."
>
All features
Expand All @@ -96,7 +96,7 @@ export const PricingCards = () => {
<path d="M10.28 2.28L3.989 8.575 1.695 6.28A1 1 0 00.28 7.695l3 3a1 1 0 001.414 0l7-7A1 1 0 0010.28 2.28z" />
</svg>
<Tooltip
id="15"
id="1-year-data-retention"
content="Sync and mantain historical data up to 1 year."
>
1 year data retention
Expand All @@ -111,7 +111,7 @@ export const PricingCards = () => {
<path d="M10.28 2.28L3.989 8.575 1.695 6.28A1 1 0 00.28 7.695l3 3a1 1 0 001.414 0l7-7A1 1 0 0010.28 2.28z" />
</svg>
<Tooltip
id="15"
id="regular-support"
content="We'll help you through our live chat or email."
>
Regular support
Expand Down Expand Up @@ -161,7 +161,7 @@ export const PricingCards = () => {
<path d="M10.28 2.28L3.989 8.575 1.695 6.28A1 1 0 00.28 7.695l3 3a1 1 0 001.414 0l7-7A1 1 0 0010.28 2.28z" />
</svg>
<Tooltip
id="18"
id="enterprise-all-features"
content="Simplified plan with no feature-gating."
>
All features
Expand All @@ -175,7 +175,10 @@ export const PricingCards = () => {
>
<path d="M10.28 2.28L3.989 8.575 1.695 6.28A1 1 0 00.28 7.695l3 3a1 1 0 001.414 0l7-7A1 1 0 0010.28 2.28z" />
</svg>
<Tooltip id="18" content="Scale without limits.">
<Tooltip
id="unlimited-contributors"
content="Scale without limits."
>
Unlimited contributors
</Tooltip>
</li>
Expand All @@ -188,7 +191,7 @@ export const PricingCards = () => {
<path d="M10.28 2.28L3.989 8.575 1.695 6.28A1 1 0 00.28 7.695l3 3a1 1 0 001.414 0l7-7A1 1 0 0010.28 2.28z" />
</svg>
<Tooltip
id="14"
id="on-premise-supported"
content="Option to self-host our application."
>
On-premise supported
Expand All @@ -203,7 +206,7 @@ export const PricingCards = () => {
<path d="M10.28 2.28L3.989 8.575 1.695 6.28A1 1 0 00.28 7.695l3 3a1 1 0 001.414 0l7-7A1 1 0 0010.28 2.28z" />
</svg>
<Tooltip
id="15"
id="3-years-data-retention"
content="Sync and mantain historical data up to 3 years. Customizable to your needs."
>
3+ years data retention
Expand All @@ -219,7 +222,7 @@ export const PricingCards = () => {
</svg>

<Tooltip
id="15"
id="priority-support"
content="We'll help you through our live chat, email or Slack Connect."
>
Priority support
Expand Down

0 comments on commit 1e093eb

Please sign in to comment.