Skip to content

Commit

Permalink
Update TickerMunicipality.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
joyponader committed Dec 7, 2023
1 parent 9219fb9 commit ff14935
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion components/TickerToSignup/Ticker/TickerMunicipality.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,10 @@ const TickerDisplay = ({
>
{inBetween2 && <span>{inBetween2}</span>}
<br />
<span>{highlight2}{inBetween3}</span>
<span>
{highlight2}
{inBetween3}
</span>
<p className={s.inviteHeadline}>{inviteText}</p>
{/* {suffixHighlight2 && <span>{suffixHighlight2}</span>} */}
</h2>
Expand Down

0 comments on commit ff14935

Please sign in to comment.