Skip to content

Commit

Permalink
chore: include contactless payments in E-ink copy
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalcora committed Oct 25, 2024
1 parent 6834631 commit e931809
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion assets/css/v2/eink/fare_info_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
}

.fare-info__message-body {
width: 712px;
margin-top: 3px;
font-family: Inter, sans-serif;
font-size: 44px;
Expand Down
3 changes: 2 additions & 1 deletion assets/src/components/v2/eink/fare_info_footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ const FareInfo = ({ modeIcon, modeText, modeCost }) => {
<div className="fare-info__message">
<div className="fare-info__message-header">{modeText} One-Way</div>
<div className="fare-info__message-body">
CharlieCard, CharlieTicket, or cash payment accepted on board
CharlieCard, CharlieTicket, contactless payment, or cash accepted on
board
</div>
</div>
<div className="fare-info__cost">{modeCost}</div>
Expand Down

0 comments on commit e931809

Please sign in to comment.