Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/Pricing.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function PriceCard({ tier, price, tierIncludes = [], popular = false }) {
</svg>
</button>

<p className="text-xs text-gray-500 mt-3">Literally you probably haven't heard of them jean shorts.</p>
<p className="text-xs text-gray-500 mt-3">Literally you probably haven't heard of any other application like this.</p>
</div>
</div>
);
Expand Down