File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
lib/kaffy_web/templates/layout Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 20
20
< nav class = "navbar default-layout-navbar col-lg-12 col-12 p-0 fixed-top d-flex flex-row " >
21
21
< div class = "text-center navbar-brand-wrapper d-flex align-items-center justify-content-center " >
22
22
<%= 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 " />
24
24
<% end %>
25
25
<%= 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 " />
27
27
<% end %>
28
28
</ div >
29
29
< div class = "navbar-menu-wrapper d-flex align-items-stretch " >
You can’t perform that action at this time.
0 commit comments