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

Commit 1b47a82

Browse files
committed
PricingBoxes update the text on the bottom.
1 parent 8437dc6 commit 1b47a82

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
@@ -183,7 +183,7 @@ const PricingBoxes = ({ isRendered, changeIsRendered }: PricingBoxesProps) => {
183183
)}
184184
</div>
185185
</div>
186-
<p>Do you still have questions? Please, <Link to="/contact/">Get in Touch.</Link></p>
186+
<p>Do you have any questions? Please, <Link to="/contact/">Get in Touch.</Link></p>
187187
</PricingContainer>
188188
</section>
189189
</Styled>;

0 commit comments

Comments
 (0)