Skip to content

Commit

Permalink
prevent modal for logo clicks on docs pages
Browse files Browse the repository at this point in the history
Signed-off-by: Vivek Vishal <[email protected]>
  • Loading branch information
vishalvivekm authored Oct 28, 2024
1 parent c44e155 commit 24a55af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<a class="navbar-brand" href="/">
<span class="navbar-brand__logo navbar-logo">
{{ $svg := resources.Get "icons/logo.svg" }}
<img class="footer-logo" src="/images/logo.svg" alt="logo" />
<img class="footer-logo" src="/images/logo.svg" alt="logo" data-modal="false" />
</span>
<span class="navbar-brand__name"></span
></a>
Expand Down

0 comments on commit 24a55af

Please sign in to comment.