Skip to content

Commit

Permalink
feat: Enables oppening user profile from user menu in iframe tab (#1246)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanpepe authored Feb 5, 2024
1 parent 5d7e4ff commit 6f77753
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class="img-circle elevation-2"
{{-- User menu footer --}}
<li class="user-footer">
@if($profile_url)
<a href="{{ $profile_url }}" class="btn btn-default btn-flat">
<a href="{{ $profile_url }}" class="nav-link btn btn-default btn-flat d-inline-block">
<i class="fa fa-fw fa-user text-lightblue"></i>
{{ __('adminlte::menu.profile') }}
</a>
Expand Down

0 comments on commit 6f77753

Please sign in to comment.