Update dependency octicons to v2.4.1

This commit is contained in:
Renovate Bot 2022-05-04 19:06:01 +00:00
parent e67e2ecda3
commit 6861220621
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B

View File

@ -26,7 +26,7 @@
<link rel="manifest" href="/manifest.json"/> <link rel="manifest" href="/manifest.json"/>
<th:block th:if="${isLogged} == true and ${noMutualGuilds} == false"> <th:block th:if="${isLogged} == true and ${noMutualGuilds} == false">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/octicons/2.0.2/octicons.min.css"/> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/octicons/2.4.1/octicons.min.css"/>
<link rel="stylesheet" href="css/github-activity.css"/> <link rel="stylesheet" href="css/github-activity.css"/>
</th:block> </th:block>