mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-08-11 11:26:48 -05:00
feat: add donation goal overflow
This commit is contained in:
@@ -150,6 +150,9 @@ app.engine('handlebars', handlebars({
|
||||
neq(value1, value2) {
|
||||
return value1 !== value2;
|
||||
},
|
||||
greaterThan(value1, value2) {
|
||||
return value1 > value2;
|
||||
},
|
||||
slug(string) {
|
||||
return string.toLowerCase().replaceAll(/ /g, '-');
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user