diff options
| author | 2024-03-12 17:08:47 +0800 | |
|---|---|---|
| committer | 2024-03-12 17:08:47 +0800 | |
| commit | d79ce7350999282c79d8d9bae39e8e6284f502ac (patch) | |
| tree | f509f31fd239efc4dfd2a9e08d9e085c2ccf82fc /pydis_site | |
| parent | Fix FA icons in Code Jam pages (diff) | |
Fix resources project-ideas FA icon
Diffstat (limited to 'pydis_site')
| -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 30bc4eaa..100ce386 100644 --- a/pydis_site/apps/resources/templatetags/get_category_icon.py +++ b/pydis_site/apps/resources/templatetags/get_category_icon.py @@ -20,7 +20,7 @@ _ICONS = {      "Other": "fa-question-circle",      "Paid": "fa-dollar-sign",      "Podcast": "fa-microphone-alt", -    "Project Ideas": "fa-lightbulb-o", +    "Project Ideas": "fa-lightbulb",      "Security": "fa-solid fa-lock",      "Software Design": "fa-paint-brush",      "Subscription": "fa-credit-card",  |