Skip to content

Commit

Permalink
fix: resolve issue with footer menu items not displaying (#169)
Browse files Browse the repository at this point in the history
Resolve issue with footer menu items not displaying

/kind bug

Fixes #168 

```release-note
修复页脚菜单项名称可能不显示的问题。
```
  • Loading branch information
ruibaby authored Aug 29, 2024
1 parent 04b6c2b commit cdc5375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/modules/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<a
th:href="@{${menuItem.status.href}}"
class="transition-all hover:text-gray-900 hover:underline dark:hover:text-white"
th:text="${menuItem.spec.displayName}"
th:text="${menuItem.status.displayName}"
></a>
</li>
</ul>
Expand Down

0 comments on commit cdc5375

Please sign in to comment.