Skip to content

Commit 45d21cd

Browse files
committed
refactor(layout): Update documentation link and aria-label
1 parent 3b7aa89 commit 45d21cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/layout/partials/menu/vertical/vertical_menu.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@
454454
</a>
455455
</li>
456456
<li class="menu-item">
457-
<a href="https://demos.themeselection.com/sneat-bootstrap-html-admin-template/documentation/django-introduction.html" class="menu-link" target="_blank">
457+
<a href="https://demos.themeselection.com/materio-bootstrap-html-admin-template/documentation/django-introduction.html" class="menu-link" target="_blank">
458458
<i class="menu-icon tf-icons mdi mdi-file-document-multiple-outline"></i>
459459
<div class="text-truncate" data-i18n="Documentation">Documentation</div>
460460
</a>

templates/layout/partials/navbar/navbar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<ul class="navbar-nav flex-row align-items-center ms-auto">
2525
<!-- Place this tag where you want the button to render. -->
2626
<li class="nav-item lh-1 me-3">
27-
<a class="github-button" href="{% get_theme_variables 'git_repository' %}" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star themeselection/sneat-html-admin-template-free on GitHub">Star</a>
27+
<a class="github-button" href="{% get_theme_variables 'git_repository' %}" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star themeselection/materio-html-admin-template-free on GitHub">Star</a>
2828
</li>
2929

3030
<!-- User -->

0 commit comments

Comments
 (0)