Skip to content

Commit

Permalink
Merge pull request #59 from kitsteam/fix-logo-in-app-header
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikStreek authored Jan 9, 2025
2 parents 2693481 + 96c444b commit 272e2b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mindwendel_web/templates/layout/app.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</span>
<% else %>
<a href={~p"/"} class="navbar-brand mb-0 h1">
<img src={~p"/images/mindwendel_logo_black.svg"} class="nav-mindwendel-logo" />
<img src={~p"/images/kits-mindwendel-logo-blue.svg"} class="nav-mindwendel-logo" />
</a>
<% end %>
<button
Expand Down

0 comments on commit 272e2b5

Please sign in to comment.