|
@ -10,7 +10,7 @@ |
|
|
<header v-if="! $root.isMobile" class="d-flex flex-wrap justify-content-center py-3 mb-3 border-bottom"> |
|
|
<header v-if="! $root.isMobile" class="d-flex flex-wrap justify-content-center py-3 mb-3 border-bottom"> |
|
|
<router-link to="/dashboard" class="d-flex align-items-center mb-3 mb-md-0 me-md-auto text-dark text-decoration-none"> |
|
|
<router-link to="/dashboard" class="d-flex align-items-center mb-3 mb-md-0 me-md-auto text-dark text-decoration-none"> |
|
|
<object class="bi me-2 ms-4" width="40" height="40" data="/icon.svg" /> |
|
|
<object class="bi me-2 ms-4" width="40" height="40" data="/icon.svg" /> |
|
|
<span class="fs-4 title">Uptime Kuma</span> |
|
|
<span class="fs-4 title">{{ $t("Uptime Kuma") }}</span> |
|
|
</router-link> |
|
|
</router-link> |
|
|
|
|
|
|
|
|
<a v-if="hasNewVersion" target="_blank" href="https://github.com/louislam/uptime-kuma/releases" class="btn btn-info me-3"> |
|
|
<a v-if="hasNewVersion" target="_blank" href="https://github.com/louislam/uptime-kuma/releases" class="btn btn-info me-3"> |
|
|