user logo format updated

This commit is contained in:
batuhanbas 2020-02-25 18:53:05 +03:00
parent 7b6bbcfa9d
commit d3ce2eb174
4 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

BIN
public/img/user.svg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 571 B

View File

@ -199,7 +199,7 @@
<li class="nav-item dropdown">
<a class="nav-link pr-0" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
<div class="media align-items-center">
<img src="{{ asset('public/img/user.png') }}" height="36" width="36" alt="User"/>
<img src="{{ asset('public/img/user.svg') }}" height="36" width="36" alt="User"/>
<div class="media-body ml-2 d-none d-lg-block">
<span class="mb-0 text-sm font-weight-bold">
@if (!empty($user->name))

View File

@ -91,7 +91,7 @@
<li class="nav-item dropdown">
<a class="nav-link pr-0" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<div class="media align-items-center">
<img src="{{ asset('public/img/user.png') }}" height="36" width="36" alt="User"/>
<img src="{{ asset('public/img/user.svg') }}" height="36" width="36" alt="User"/>
<div class="media-body ml-2">
<span class="mb-0 text-sm font-weight-bold">
@if (!empty($user->name))