Skip to content

Commit 9b9f955

Browse files
author
Vivek Vishal
authored
Apply suggestions from code review
Signed-off-by: Vivek Vishal <vishalvivek488@gmail.com>
1 parent 4795f8e commit 9b9f955

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/sections/Pricing/comparison.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import FeatureDetails from "../../components/PlanCard/collapsible-details";
77

88

99
const ComparisonWrapper = styled.div`
10-
margin: 4rem auto;
10+
margin: 6rem auto;
1111
@media (min-width: 2048px) {
1212
margin: 15rem auto;
1313
}

src/sections/Pricing/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import FAQ from "../General/Faq";
55
import Reviews from "./review-slider";
66
import options from "./generatePlans";
77
import PlanCard from "../../components/PlanCard";
8-
import OpenSourceBanner from "./openSource";
98

109
const Pricing = () => {
1110
// const [monthly, setMonthly] = useState(false);

0 commit comments

Comments
 (0)