Skip to content

Commit

Permalink
Remove "We recommend a physical card for everyone" copy
Browse files Browse the repository at this point in the history
  • Loading branch information
kberzinch committed Jan 7, 2025
1 parent ceeae2b commit af7a96b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elm/Main.elm
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,7 @@ view model =
, label [ for "order_physical_card", class "form-check-label" ]
[ text "Order a physical card" ]
, div [ class "form-text", class "mb-3" ]
[ text "We recommend a physical card for everyone. You will only be able to use it once you activate it ", strong [] [ text " and " ], text " are added to a budget. If you choose not to order one now, you can do so within BILL Spend & Expense later." ]
[ text "You will only be able to use your physical card once you activate it ", strong [] [ text " and " ], text " are added to a budget. If you choose not to order one now, you can do so within BILL Spend & Expense later." ]
]
]
, div [ class "col-12", classList [ ( "d-none", not model.orderPhysicalCard ) ] ]
Expand Down

0 comments on commit af7a96b

Please sign in to comment.