Skip to content

Commit

Permalink
Fix missing image
Browse files Browse the repository at this point in the history
  • Loading branch information
MewenLeHo committed Nov 25, 2022
1 parent ed29f04 commit ef2b8d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion site/content/docs/5.2/components/navbar.md
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,9 @@ Here's an example navbar using `.navbar-nav-scroll` with `style="--bs-scroll-hei
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container-fluid">
<div class="navbar-brand">
<a class="stretched-link" href="#"></a>
<a class="stretched-link" href="#">
<img src="/docs/{{< param docs_version >}}/assets/brand/orange-logo.svg" width="50" height="50" alt="Boosted - Back to Home" loading="lazy">
</a>
<h1 class="title">Scroll</h1>
</div>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarScroll" aria-controls="navbarScroll" aria-expanded="false" aria-label="Toggle navigation">
Expand Down

0 comments on commit ef2b8d7

Please sign in to comment.