aboutsummaryrefslogtreecommitdiff
path: root/site/docs/4.3/examples/dashboard
diff options
context:
space:
mode:
authorLaussel Loïc <[email protected]>2019-02-27 12:29:29 +0100
committerXhmikosR <[email protected]>2019-02-27 13:29:29 +0200
commitfdfe1679baf03ece3259dfa0091c270ecb604883 (patch)
tree660ad119b2644e4f7871675130e15535a0e0156d /site/docs/4.3/examples/dashboard
parent9cbd041f6b0b24db4feadc08a4ab967512bd448a (diff)
downloadbootstrap-fdfe1679baf03ece3259dfa0091c270ecb604883.tar.xz
bootstrap-fdfe1679baf03ece3259dfa0091c270ecb604883.zip
add an explicit aria-label on link with svg on sample pages (#28360)
Diffstat (limited to 'site/docs/4.3/examples/dashboard')
-rw-r--r--site/docs/4.3/examples/dashboard/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/4.3/examples/dashboard/index.html b/site/docs/4.3/examples/dashboard/index.html
index 1b641b620..836e29b36 100644
--- a/site/docs/4.3/examples/dashboard/index.html
+++ b/site/docs/4.3/examples/dashboard/index.html
@@ -63,7 +63,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="#">
+ <a class="d-flex align-items-center text-muted" href="#" aria-label="Add a new report">
<span data-feather="plus-circle"></span>
</a>
</h6>