mirror of
https://github.com/halo-dev/halo.git
synced 2025-12-20 16:44:38 +08:00
chore: redefine the actuator page as the overview page (#5509)
#### What type of PR is this? /area ui /kind improvement /milestone 2.14.x #### What this PR does / why we need it: 将原来的 Actuator 页面改为 Overview。 #### Which issue(s) this PR fixes: Fixes #5508 #### Does this PR introduce a user-facing change? ```release-note None ```
This commit is contained in:
@@ -209,7 +209,7 @@ onMounted(() => {
|
||||
class="mt-auto p-4 text-center text-sm"
|
||||
>
|
||||
<span class="text-gray-600">Powered by </span>
|
||||
<RouterLink to="/actuator" class="hover:text-gray-600">
|
||||
<RouterLink to="/overview" class="hover:text-gray-600">
|
||||
Halo
|
||||
</RouterLink>
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user