Payment result style fixes

master
Mark Moffat 2020-01-03 22:51:20 +10:30
parent ede44c856b
commit 706bce7b20
1 changed files with 1 additions and 1 deletions

2
app.js
View File

@ -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'';
},