2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

Use a link helper instead of the text color utility

This commit is contained in:
Martijn Cuppens
2020-03-20 12:34:13 +01:00
parent c51e9fa4ee
commit 25d2eac45b
6 changed files with 51 additions and 51 deletions
@@ -69,7 +69,7 @@ extra_js:
<h6 class="sidebar-heading d-flex justify-content-between align-items-center px-3 mt-4 mb-1 text-muted">
<span>Saved reports</span>
<a class="d-flex align-items-center text-muted" href="#" aria-label="Add a new report">
<a class="link-secondary" href="#" aria-label="Add a new report">
<span data-feather="plus-circle"></span>
</a>
</h6>