diff options
author | 2022-07-10 19:30:25 -0400 | |
---|---|---|
committer | 2022-07-10 19:30:25 -0400 | |
commit | 586e7e9de0f483dc4adb650fb1411a5b731d023b (patch) | |
tree | 30fd04f98d7fd640c2af3c463e829b838d4af4da | |
parent | Fix linting (diff) |
Use font awesome lock icon that is available under free license
-rw-r--r-- | pydis_site/apps/resources/templatetags/get_category_icon.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/resources/templatetags/get_category_icon.py b/pydis_site/apps/resources/templatetags/get_category_icon.py index 97b5e0a7..30bc4eaa 100644 --- a/pydis_site/apps/resources/templatetags/get_category_icon.py +++ b/pydis_site/apps/resources/templatetags/get_category_icon.py @@ -21,7 +21,7 @@ _ICONS = { "Paid": "fa-dollar-sign", "Podcast": "fa-microphone-alt", "Project Ideas": "fa-lightbulb-o", - "Security": "lock-alt", + "Security": "fa-solid fa-lock", "Software Design": "fa-paint-brush", "Subscription": "fa-credit-card", "Testing": "fa-vial", |