From 2f910ac4fdcd5d4519f3841c7fa996449431cc74 Mon Sep 17 00:00:00 2001 From: "Victor F. Santos" Date: Fri, 27 Sep 2024 13:02:10 -0300 Subject: [PATCH] chore: remove overage from pricing table (#243) ## Why? - Removed `+ Overage` copy from pricing table - Matched LP title and subtitle styling for pricing page image ## How? - Done A (replace with a breakdown of the steps) - Done B - Done C ## Tickets? - [Ticket 1](the-ticket-url-here) - [Ticket 2](the-ticket-url-here) - [Ticket 3](the-ticket-url-here) ## Contribution checklist? - [ ] The commit messages are detailed - [ ] The `build` command runs locally - [ ] Assets or static content are linked and stored in the project - [ ] Document filename is named after the slug - [ ] You've reviewed spelling using a grammar checker - [ ] For documentation, guides or references, you've tested the commands and steps - [ ] You've done enough research before writing ## Security checklist? - [ ] Sensitive data has been identified and is being protected properly - [ ] Injection has been prevented (parameterized queries, no eval or system calls) - [ ] The Components are escaping output (to prevent XSS) ## References? Optionally, provide references such as links ## Preview? Optionally, provide the preview url here --- src/components/Pricing/index.tsx | 11 ++++------- src/components/PricingCard.tsx | 1 - 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/src/components/Pricing/index.tsx b/src/components/Pricing/index.tsx index e492a66c..e1884c72 100644 --- a/src/components/Pricing/index.tsx +++ b/src/components/Pricing/index.tsx @@ -1,11 +1,10 @@ import TableMobile from './Table/TableMobile'; import Container from '@components/Container'; -import PageSection from '@components/PageSection'; -import Text from '@components/Text'; import TableDesktop from './Table/TableDesktop'; import { PricingInfo } from '../../content/pricing/config'; import PricingCard from '@components/PricingCard'; import Pay from '@components/Pay'; +import { Text } from '@components/v2/LandingPage/Text/Text'; const Pricing = () => { return ( @@ -13,12 +12,10 @@ const Pricing = () => { <>
- - Pricing You Can Get Pumped About - - + Pricing you can get pumped about + Try for free and only pay for what you use. Transparent, simple - and flexible.{' '} + and flexible.
{PricingInfo.map((item, index) => { diff --git a/src/components/PricingCard.tsx b/src/components/PricingCard.tsx index 75de1504..0fdee8d9 100644 --- a/src/components/PricingCard.tsx +++ b/src/components/PricingCard.tsx @@ -37,7 +37,6 @@ const PricingCard: React.FC = (props) => {

$ {props.cost} /mo

-

+ Overage