Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Moffat authored and Mark Moffat committed Feb 6, 2020
1 parent a02917b commit 48ce34f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion views/layouts/layout.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,13 @@
{{/if}}
{{#unless admin}}
<nav class="navbar navbar-expand-lg justify-content-between mainNavBar">
<a class="navbar-brand" href="/">{{@root.config.cartTitle}}</a>
<a class="navbar-brand" href="/">
{{#if @root.config.cartLogo}}
<img src="{{@root.config.cartLogo}}" class="img-fluid">
{{else}}
{{@root.config.cartTitle}}
{{/if}}
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarMenu" aria-controls="navbarMenu" aria-expanded="false" aria-label="Toggle navigation">
{{{feather 'menu'}}}
</button>
Expand Down

0 comments on commit 48ce34f

Please sign in to comment.