Fix dashboard anchor location

This commit is contained in:
shamoon 2024-12-31 00:22:52 -08:00
parent 75b6679bf2
commit 6bce4e6fdb
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<div class="row pt-3 pb-3 pb-md-2 align-items-center">
<div class="col-md text-truncate">
<h3 class="text-truncate" style="line-height: 1.4" tourAnchor="tour.dashboard">
<h3 class="text-truncate" style="line-height: 1.4">
{{title}}
@if (subTitle) {
<span class="h6 mb-0 d-block d-md-inline fw-normal ms-md-3 text-truncate" style="line-height: 1.4">{{subTitle}}</span>

View File

@ -1,4 +1,4 @@
<pngx-page-header title="Dashboard" [subTitle]="subtitle" i18n-title>
<pngx-page-header title="Dashboard" [subTitle]="subtitle" i18n-title tourAnchor="tour.dashboard">
<pngx-logo extra_classes="d-none d-md-block mt-n2" height="3.5rem"></pngx-logo>
</pngx-page-header>