Skip to content

Commit

Permalink
fix route after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaipopescu committed Mar 27, 2022
1 parent cbacd43 commit d25f556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/layouts/admin.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<span class="list-group-item list-group-header">
{{ Auth::user()->name }}
</span>
<a href="{{ route('admin.profile') }}" class="list-group-item list-group-item-action ">
<a href="{{ route('refugee.profile') }}" class="list-group-item list-group-item-action ">
<i class="fa fa-user mr-3"></i>{{__('My account')}}
</a>

Expand Down

0 comments on commit d25f556

Please sign in to comment.