1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-17 19:06:40 +02:00
This commit is contained in:
Mark Otto
2018-06-20 21:53:45 -07:00
parent 3543ba5e9b
commit 77f8f1fd8e

View File

@@ -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>