Skip to content

Commit

Permalink
Font Awesome update
Browse files Browse the repository at this point in the history
  • Loading branch information
BjoernKW committed Apr 23, 2024
1 parent 4ab2bf2 commit ee89232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/layouts/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<link rel="icon" th:href="@{/images/favicon.png}">

<link rel="stylesheet" th:href="@{/webjars/bootstrap/css/bootstrap.min.css}">
<link rel="stylesheet" th:href="@{/webjars/font-awesome/6.3.0/css/all.css}">
<link rel="stylesheet" th:href="@{/webjars/font-awesome/6.5.2/css/all.css}">
<link rel="stylesheet" th:href="@{/css/styles.css}">

<script th:src="@{/webjars/popper.js/umd/popper.min.js}"></script>
Expand Down

0 comments on commit ee89232

Please sign in to comment.