Skip to content

Commit

Permalink
emoji change
Browse files Browse the repository at this point in the history
  • Loading branch information
arun.mishra committed Aug 30, 2023
1 parent 4e83de0 commit 95f45d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/orca-log-catcher/ErrorBoundary.res
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ module ErrorCard = {

let message = switch level {
| Top => "We'll be back with you shortly :)"
| _ => "Try another payment method ;)"
| _ => "Try another payment method :)"
}
switch level {
| RequestButton => React.null
Expand Down

0 comments on commit 95f45d5

Please sign in to comment.