diff --git a/files/helpers/const.py b/files/helpers/const.py index fab5a2dbb..a26c2fafb 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -547,14 +547,6 @@ AWARDS = { "color": "text-green", "price": 1000 }, - "pin": { - "kind": "pin", - "title": "1-Hour Pin", - "description": "Pins the post/comment.", - "icon": "fas fa-thumbtack fa-rotate--45", - "color": "text-warning", - "price": 1000 - }, "unpin": { "kind": "unpin", "title": "1-Hour Unpin", @@ -571,6 +563,14 @@ AWARDS = { "color": "text-black", "price": 1250 }, + "pin": { + "kind": "pin", + "title": "1-Hour Pin", + "description": "Pins the post/comment.", + "icon": "fas fa-thumbtack fa-rotate--45", + "color": "text-warning", + "price": 1500 + }, "progressivestack": { "kind": "progressivestack", "title": "Progressive Stack",