-
- Downloads
Warning: breaking changes with icons
FontAwesome moved to icon prefixes "fas"/"far"/"fal" instead of single "fa". Most old icons still work with "fa", but not all and none of the newer icons. This commit changes old prefix to new prefixes in most places. You might need to update your code and reference icons as "fas something" or "far something" instead of "something" or "fa something".
Showing
- hshassets/forms/utils.py 3 additions, 3 deletionshshassets/forms/utils.py
- hshassets/templates/hshassets/includes/breadcrumbs.html 1 addition, 1 deletionhshassets/templates/hshassets/includes/breadcrumbs.html
- hshassets/templates/hshassets/includes/default_footer.html 5 additions, 5 deletionshshassets/templates/hshassets/includes/default_footer.html
- hshassets/templates/hshassets/includes/nav_auth_buttons.html 1 addition, 1 deletionhshassets/templates/hshassets/includes/nav_auth_buttons.html
- hshassets/templates/hshassets/includes/session_timer.html 3 additions, 3 deletionshshassets/templates/hshassets/includes/session_timer.html
- hshassets/templates/hshassets/layout/hero.html 5 additions, 5 deletionshshassets/templates/hshassets/layout/hero.html
Please register or sign in to comment