aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/twbs/bootstrap/site/content/docs/5.3/examples/navbar-bottom
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2023-10-05 10:17:07 +0000
committerMario <mario@mariovavti.com>2023-10-05 10:17:07 +0000
commit32f2de17d4faeb7b74b0f1b46c43800e3acedf36 (patch)
tree002328a2aad702ba3b7068992337f8aa2bb59997 /vendor/twbs/bootstrap/site/content/docs/5.3/examples/navbar-bottom
parent600e8081a82f088ff513664379a1557ae5078193 (diff)
downloadvolse-hubzilla-32f2de17d4faeb7b74b0f1b46c43800e3acedf36.tar.gz
volse-hubzilla-32f2de17d4faeb7b74b0f1b46c43800e3acedf36.tar.bz2
volse-hubzilla-32f2de17d4faeb7b74b0f1b46c43800e3acedf36.zip
composer update bootstrap
Diffstat (limited to 'vendor/twbs/bootstrap/site/content/docs/5.3/examples/navbar-bottom')
-rw-r--r--vendor/twbs/bootstrap/site/content/docs/5.3/examples/navbar-bottom/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/twbs/bootstrap/site/content/docs/5.3/examples/navbar-bottom/index.html b/vendor/twbs/bootstrap/site/content/docs/5.3/examples/navbar-bottom/index.html
index 92eed643a..123cd0bf3 100644
--- a/vendor/twbs/bootstrap/site/content/docs/5.3/examples/navbar-bottom/index.html
+++ b/vendor/twbs/bootstrap/site/content/docs/5.3/examples/navbar-bottom/index.html
@@ -25,7 +25,7 @@ title: Bottom navbar example
<a class="nav-link" href="#">Link</a>
</li>
<li class="nav-item">
- <a class="nav-link disabled">Disabled</a>
+ <a class="nav-link disabled" aria-disabled="true">Disabled</a>
</li>
<li class="nav-item dropup">
<a class="nav-link dropdown-toggle" href="#" data-bs-toggle="dropdown" aria-expanded="false">Dropup</a>