From 28aaf15d85fed988c5f6d314c270007efa410e2a Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 8 Sep 2022 19:41:37 +0200 Subject: [PATCH] fix bird award icon --- files/helpers/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/helpers/const.py b/files/helpers/const.py index 957fe1396..fab5a2dbb 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -591,7 +591,7 @@ AWARDS = { "kind": "bird", "title": "Bird Site", "description": "Forces the recipient to make all posts/comments < 140 characters for 24 hours.", - "icon": "fas fa-twitter", + "icon": "fab fa-twitter", "color": "text-blue", "price": 1500 },