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 3 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

1
public/img/user.svg Normal file
View 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

View File

@ -199,7 +199,7 @@
<li class="nav-item dropdown"> <li class="nav-item dropdown">
<a class="nav-link pr-0" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true"> <a class="nav-link pr-0" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
<div class="media align-items-center"> <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"> <div class="media-body ml-2 d-none d-lg-block">
<span class="mb-0 text-sm font-weight-bold"> <span class="mb-0 text-sm font-weight-bold">
@if (!empty($user->name)) @if (!empty($user->name))

View File

@ -91,7 +91,7 @@
<li class="nav-item dropdown"> <li class="nav-item dropdown">
<a class="nav-link pr-0" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <a class="nav-link pr-0" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<div class="media align-items-center"> <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"> <div class="media-body ml-2">
<span class="mb-0 text-sm font-weight-bold"> <span class="mb-0 text-sm font-weight-bold">
@if (!empty($user->name)) @if (!empty($user->name))