Skip to content

Commit

Permalink
🐛 : fix link redirection behind gaia logo on sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
cdubuisson committed Jul 25, 2019
1 parent e8f74fc commit 3f9551c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/layout/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div class="sidebar_blog_1">
<div class="sidebar-header">
<div class="logo_section">
<a href="index.html"><img class="logo_icon img-responsive" src="/images/gaia.png" alt="#"></a>
<a href="/"><img class="logo_icon img-responsive" src="/images/gaia.png" alt="#"></a>
</div>
</div>
<div class="sidebar_user_info">
Expand Down

0 comments on commit 3f9551c

Please sign in to comment.