diff --git a/files/helpers/const.py b/files/helpers/const.py index 6e47640a11..ac4b377fda 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -201,7 +201,7 @@ AWARDS = { "kind": "pizzashill", "title": "Longpost", "description": "Forces the recipient to make all posts/comments > 280 characters for 24 hours.", - "icon": "fas fa-pizza", + "icon": "fas fa-pizza-slice", "color": "text-orange", "price": 1000 }, @@ -389,7 +389,7 @@ AWARDS2 = { "kind": "pizzashill", "title": "Longpost", "description": "Forces the recipient to make all posts/comments > 280 characters for 24 hours.", - "icon": "fas fa-pizza", + "icon": "fas fa-pizza-slice", "color": "text-orange", "price": 1000 }, diff --git a/files/routes/awards.py b/files/routes/awards.py index c237401268..b672b0f15b 100644 --- a/files/routes/awards.py +++ b/files/routes/awards.py @@ -102,7 +102,7 @@ def shop(v): "kind": "pizzashill", "title": "Longpost", "description": "Forces the recipient to make all posts/comments > 280 characters for 24 hours.", - "icon": "fas fa-pizza", + "icon": "fas fa-pizza-slice", "color": "text-orange", "owned": 0, "price": 1000, @@ -278,7 +278,7 @@ def buy(v, award): "kind": "pizzashill", "title": "Longpost", "description": "Forces the recipient to make all posts/comments > 280 characters for 24 hours.", - "icon": "fas fa-pizza", + "icon": "fas fa-pizza-slice", "color": "text-orange", "price": 1000, },