Skip to content

Commit 66171bc

Browse files
committed
Custom Logo complementary
1 parent a058b75 commit 66171bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/kaffy_web/templates/layout/bare.html.eex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
<nav class="navbar default-layout-navbar col-lg-12 col-12 p-0 fixed-top d-flex flex-row">
2121
<div class="text-center navbar-brand-wrapper d-flex align-items-center justify-content-center">
2222
<%= link to: Kaffy.Utils.router().kaffy_home_path(@conn, :index), class: "navbar-brand brand-logo" do %>
23-
<img src="/kaffy/assets/images/logo.png" alt="logo" />
23+
<img src="<%= Kaffy.Utils.logo(@conn) %>" alt="logo" />
2424
<% end %>
2525
<%= link to: Kaffy.Utils.router().kaffy_home_path(@conn, :index), class: "navbar-brand brand-logo-mini" do %>
26-
<img src="/kaffy/assets/images/logo-mini.png" alt="logo" />
26+
<img src="<%= Kaffy.Utils.logo_mini(@conn) %>" alt="logo" />
2727
<% end %>
2828
</div>
2929
<div class="navbar-menu-wrapper d-flex align-items-stretch">

0 commit comments

Comments
 (0)