Mark Moffat 2020-02-06 22:33:16 +10:30
parent a02917b273
commit 48ce34fb9c
1 changed files with 7 additions and 1 deletions

View File

@ -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>