diff --git a/files/helpers/const.py b/files/helpers/const.py index 20e37e31d2..8671768042 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -563,6 +563,14 @@ AWARDS = { "icon": "fas fa-smile-beam", "color": "text-yellow", "price": 300 + }, + "progressivestack": { + "kind": "progressivestack", + "title": "Progressive Stack", + "description": "Makes votes on the recipient's posts and comments weigh double in the ranking algorithm for 6 hours.", + "icon": "fas fa-bullhorn", + "color": "text-red", + "price": 1000 }, "pin": { "kind": "pin", @@ -612,14 +620,6 @@ AWARDS = { "color": "text-purple", "price": 2500 }, - "progressivestack": { - "kind": "progressivestack", - "title": "Progressive Stack", - "description": "Makes votes on the recipient's posts and comments weigh double in the ranking algorithm for 6 hours.", - "icon": "fas fa-bullhorn", - "color": "text-red", - "price": 3000 - }, "marsey": { "kind": "marsey", "title": "Marsey",