Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Commit 7d59ede

Browse files
committed
[pricing] make "Pricing" bold to make it stand out.
1 parent a941991 commit 7d59ede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/pricing/PricingBoxes.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ const PricingBoxes = ({ isRendered, changeIsRendered }: PricingBoxesProps) => {
152152
<section className="pricing">
153153
<div className="grey-container container--1">
154154
<div className="row">
155-
<h1 className="sub">Plans &amp; Pricing</h1>
155+
<h1 className="sub">Plans &amp; <strong>Pricing</strong></h1>
156156
<Tabs
157157
isRendered={isRendered}
158158
changeIsRendered={changeIsRendered}

0 commit comments

Comments
 (0)