修复失效图标

This commit is contained in:
困困鱼 2023-08-22 11:22:17 +08:00 committed by GitHub
parent aa5b2ca26b
commit b8fe08f995
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
</div>
<div class="banner-button-group" th:if="${not #strings.isEmpty(buttonUrl)}">
<a class="banner-button" target="_blank" th:href="${buttonUrl}">
<i class="fas fa-circle-chevron-right"></i>
<i class="haofont hao-icon-circle-arrow-right"></i>
<span class="banner-button-text" th:text="${buttonTitle}"></span>
</a>
</div>