]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Examples: use `<code>` instead of backticks for Jumbotron example
authorJulien Déramond <juderamond@gmail.com>
Fri, 26 Jun 2026 04:53:29 +0000 (06:53 +0200)
committerJulien Déramond <juderamond@gmail.com>
Fri, 26 Jun 2026 04:53:29 +0000 (06:53 +0200)
site/src/assets/examples/jumbotron/index.astro

index 6874af1ca363a99731d5cc65a580e1c19c407108..4de2b8da389a32640412e5e0a552b29a2b85efc1 100644 (file)
@@ -23,7 +23,7 @@ export const title = 'Jumbotron example'
       <div class="col-md-6">
         <div class="h-100 p-5 text-bg-dark rounded-3">
           <h2>Change the background</h2>
-          <p>Swap the background-color utility and add a `.text-*` color utility to mix up the jumbotron look. Then, mix and match with additional component themes and more.</p>
+          <p>Swap the background-color utility and add a <code>.text-*</code> color utility to mix up the jumbotron look. Then, mix and match with additional component themes and more.</p>
           <button class="btn btn-outline-light" type="button">Example button</button>
         </div>
       </div>