Skip to content

Commit

Permalink
user logo format updated
Browse files Browse the repository at this point in the history
  • Loading branch information
batuhawk committed Feb 25, 2020
1 parent 7b6bbcf commit d3ce2eb
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
Binary file removed public/img/user.png
Binary file not shown.
1 change: 1 addition & 0 deletions public/img/user.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion resources/views/partials/admin/navbar.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion resources/views/partials/portal/navbar.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit d3ce2eb

Please sign in to comment.