diff --git a/files/assets/css/main.css b/files/assets/css/main.css index a6974d89f..ac16b9402 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -88,6 +88,7 @@ .fa-link:before{content:"\f0c1"} .fa-link-slash:before{content:"\f127"} .fa-lock:before{content:"\f023"} +.fa-phone:before{content:"\f095"} .fa-lock-alt:before{content:"\f30d"} .fa-search:before{content:"\f002"} .fa-cloudflare:before{content:"\e07d"} diff --git a/files/helpers/config/awards.py b/files/helpers/config/awards.py index 90292aee7..bd23372c1 100644 --- a/files/helpers/config/awards.py +++ b/files/helpers/config/awards.py @@ -535,7 +535,7 @@ AWARDS = { "kind": "misogynist", "title": "Misogynist", "description": "Gets the recipient in touch with their feminine side for 24 hours.", - "icon": "fas fa-snooze", + "icon": "fas fa-phone", "color": "text-purple", "price": 1, "deflectable": True,