mirror of
https://github.com/twbs/bootstrap.git
synced 2025-03-15 05:00:15 +01:00
fix path
This commit is contained in:
parent
3543ba5e9b
commit
77f8f1fd8e
@ -380,7 +380,7 @@
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="d-none d-xl-block col-xl-2 bd-toc">
|
||||
<ul class="section-nav">
|
||||
<li class="toc-entry toc-h2"><a href="#how-it-works">How it works</a></li>
|
||||
@ -407,7 +407,7 @@
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<main class="col-12 col-md-9 col-xl-8 py-md-3 pl-md-5 bd-content" role="main">
|
||||
<h1 class="bd-title" id="content">Navbar</h1>
|
||||
@ -550,7 +550,7 @@
|
||||
<!-- Just an image -->
|
||||
<nav class="navbar navbar-light bg-light">
|
||||
<a class="navbar-brand" href="#">
|
||||
<img src="/assets/brand/bootstrap-solid.svg" width="30" height="30" alt="" />
|
||||
<img src="/docs/4.0/assets/brand/bootstrap-solid.svg" width="30" height="30" alt="" />
|
||||
</a>
|
||||
</nav>
|
||||
</div>
|
||||
@ -565,7 +565,7 @@
|
||||
<!-- Image and text -->
|
||||
<nav class="navbar navbar-light bg-light">
|
||||
<a class="navbar-brand" href="#">
|
||||
<img src="/assets/brand/bootstrap-solid.svg" width="30" height="30" class="d-inline-block align-top" alt="" />
|
||||
<img src="/docs/4.0/assets/brand/bootstrap-solid.svg" width="30" height="30" class="d-inline-block align-top" alt="" />
|
||||
Bootstrap
|
||||
</a>
|
||||
</nav>
|
||||
|
Loading…
x
Reference in New Issue
Block a user