From 8c10ee828f56a353f035f832fad45bbb596cf7b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20D=C3=A9ramond?= Date: Mon, 5 Aug 2024 09:01:59 +0200 Subject: [PATCH] Docs: add `aria-hidden="true"` to decorative SVGs (#40691) --- site/layouts/partials/home/get-started.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/layouts/partials/home/get-started.html b/site/layouts/partials/home/get-started.html index a4abb2eda5..394ba1b4b0 100644 --- a/site/layouts/partials/home/get-started.html +++ b/site/layouts/partials/home/get-started.html @@ -16,7 +16,7 @@
- +

Install via package manager

Install Bootstrap’s source Sass and JavaScript files via npm, RubyGems, Composer, or Meteor. Package managed installs don’t include documentation or our full build scripts. You can also use any demo from our Examples repo to quickly jumpstart Bootstrap projects. @@ -28,7 +28,7 @@

- +

Include via CDN

When you only need to include Bootstrap’s compiled CSS or JS, you can use jsDelivr. See it in action with our simple quick start, or browse the examples to jumpstart your next project. You can also choose to include Popper and our JS separately.