diff options
| author | 2024-03-17 19:01:45 +0000 | |
|---|---|---|
| committer | 2024-03-17 19:01:45 +0000 | |
| commit | 830dccd30d80b4a79d4072fa00861bcf093e9168 (patch) | |
| tree | 24fab9332713cc8accf1d4fcfbb759a1e18354b0 /pydis_site/apps | |
| parent | Merge pull request #1257 from python-discord/dependabot/pip/coverage-7.4.4 (diff) | |
| parent | Merge branch 'main' into fix/timeline-icons (diff) | |
Merge pull request #1255 from python-discord/fix/timeline-icons
Fix legacy Font Awesome icon classes
Diffstat (limited to 'pydis_site/apps')
| -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", | 
