Skip to content

Commit

Permalink
text updates
Browse files Browse the repository at this point in the history
  • Loading branch information
corywatilo committed Jul 1, 2024
1 parent 393552f commit 1355688
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/Pricing/PricingCalculator/Tabbed.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -291,10 +291,10 @@ const TabContent = ({ activeProduct, addons, setAddons, totalPrice }) => {
return (
<>
<SideModal open={modalOpen} setOpen={setModalOpen}>
<h3 className="mb-2">Save money if you don't need PII</h3>
<p className="font-semibold opacity-70 text-[15px]">(Personally-identifiable information is more expensive to process)</p>
<p>The more data we store about users, the higher the cost. So the less data you need, the more you can save.</p>
<p>You can track users in two ways:</p>
<h3 className="mb-2">Save money if you don't need user properties</h3>
<p className="font-semibold opacity-70 text-[15px]">(Custom user properties more expensive to process)</p>
<p className="mb-2">The more data we store about users, the higher the cost. So the less data you need, the more you can save.</p>
<p className="mb-2">You can track users in two ways:</p>
<ul className="mt-2 mb-4">
<li className="mb-2">
<strong>Anonymized</strong><br />
Expand Down

0 comments on commit 1355688

Please sign in to comment.