change icons, css, add routing to merchandise, add mail templater, fixes
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<button type="button" class="btn bg-light green p-0" data-toggle="dropdown">
|
||||
<button type="button" class="btn bg-light green-dark p-0" data-toggle="dropdown">
|
||||
@if (App\Repositories\Shop\Customers::isConnected())
|
||||
<img src="{{ App\Repositories\Shop\Customers::getAvatar() }}" class="img-fluid" title="{{ App\Repositories\Shop\Customers::getName() }}">
|
||||
@else
|
||||
<i class="fa fa-2x fa-fw fa-user"></i>
|
||||
<img src="/img/header/login.svg" width="36px">
|
||||
@endif
|
||||
</button>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user