Skip to content

Commit

Permalink
πŸ› Fixed fontawesome import
Browse files Browse the repository at this point in the history
  • Loading branch information
anditv21 committed Aug 11, 2023
1 parent 3e4bfb1 commit b4162d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/includes/footer.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="<?= SUB_DIR ?>/bootstrap/js/bootstrap.min.js"></script>
<script src="https://kit.fontawesome.com/1ec9c88c94.js" crossorigin="anonymous"></script>
<link type="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" crossorigin="anonymous"></link>
<script defer src="https://use.fontawesome.com/releases/v5.8.1/js/all.js"></script>
</body>

</html>

0 comments on commit b4162d5

Please sign in to comment.