Skip to content

Commit 8b62eb4

Browse files
authored
add open source banner to the bottom
Signed-off-by: GitHub <noreply@github.com>
1 parent 211a61a commit 8b62eb4

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

src/sections/Pricing/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ 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";
89

910
const Pricing = () => {
1011
// const [monthly, setMonthly] = useState(false);
@@ -47,6 +48,7 @@ const Pricing = () => {
4748
</div>
4849
<Comparison />
4950
<Reviews />
51+
<OpenSourceBanner />
5052
<FAQ category={["Pricing", "Billing"]} />
5153
</PricingWrapper>
5254
);

src/sections/Pricing/openSource.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const OpenSourceBanner = () => {
2121
const OpenSourceBannerWrapper = styled.div`
2222
width: 100%;
2323
background: #00b39f;
24-
margin-top: 6rem;
24+
margin-bottom: 2rem;
2525
padding: 2rem 0;
2626
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
2727
.banner-content {

src/sections/Projects/Sistent/about.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const SistentAbout = () => {
5656
</p>
5757
<p>
5858
<b>
59-
Sistent provides a consistent user experience across any frontend
59+
Sistent provides a consistent user experience across any frontend
6060
software projects that choose to use it.
6161
</b>
6262
</p>

0 commit comments

Comments
 (0)