Skip to content

Commit

Permalink
Payment result style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Moffat authored and Mark Moffat committed Jan 3, 2020
1 parent ede44c8 commit 706bce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ handlebars = handlebars.create({
},
paymentOutcome: (status) => {
if(status === 'Paid' || status === 'Pending'){
return'<h3 class="text-success">Please retain the details above as a reference of payment</h3>';
return'<h5 class="text-warning">Please retain the details above as a reference of payment</h5>';
}
return'';
},
Expand Down

0 comments on commit 706bce7

Please sign in to comment.