This commit is contained in:
Kenneth Jannette
2024-01-28 14:53:06 -06:00
parent 393f795745
commit 3a77baeca5
3 changed files with 6 additions and 6 deletions

View File

@@ -46,7 +46,7 @@ const Radio = (props) => {
<div className="radio-description-box">
{description.map((item, i) => {
const el =
item == "First month is free!" ? (
item == "First month free!" ? (
<div className="offer-div">
<p className="signup-feat-item-bold">{item}</p>
</div>