You included **FontAwesome** twice: <script src="https://kit.fontawesome.com/332a215f17.js"></script> ... <script src="https://kit.fontawesome.com/d6de929348.js"></script> This slows page load and can create icon conflicts. **Fix:** Use only one script.
You included FontAwesome twice:
<script src="https://kit.fontawesome.com/332a215f17.js"></script>...
<script src="https://kit.fontawesome.com/d6de929348.js"></script>This slows page load and can create icon conflicts.
Fix:
Use only one script.