fix:登入按钮title错误(#75)

This commit is contained in:
jiewenhuang 2023-09-07 23:05:13 +08:00
parent adfdd19221
commit 9fd156a985
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@
<th:block th:if="${theme.config.navbar.nav_login}">
<div class="nav_login">
<th:block th:if="${#authentication.name == 'anonymousUser'}">
<a class="login_before" href="/console" title="搜索"><i class="jiewen joe-icon-zhanghao" target="_blank"></i></a>
<a class="login_before" href="/console" title="登入"><i class="jiewen joe-icon-zhanghao" target="_blank"></i></a>
</th:block>
<th:block th:if="${#authentication.name != 'anonymousUser'}">
<th:block th:with="contributor = ${contributorFinder.getContributor(#authentication.name)}">