commit
6972060981
Binary file not shown.
Before Width: | Height: | Size: 15 KiB |
1
public/img/user.svg
Normal file
1
public/img/user.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 500"><defs><style>.cls-1{fill:#3c3f72;}.cls-2{fill:#fff;}</style></defs><title>Asset 18</title><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><circle class="cls-1" cx="250" cy="250" r="250"/><path class="cls-2" d="M250,250a66.21,66.21,0,1,0-66.41-66.21A66.31,66.31,0,0,0,250,250Zm46.49,16.55h-8.67a90.51,90.51,0,0,1-75.64,0h-8.67a69.64,69.64,0,0,0-69.73,69.52v21.52a24.87,24.87,0,0,0,24.9,24.83H341.32a24.87,24.87,0,0,0,24.9-24.83V336.07A69.64,69.64,0,0,0,296.49,266.55Z"/></g></g></svg>
|
After Width: | Height: | Size: 571 B |
@ -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))
|
||||
|
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user