Skip to content

Commit

Permalink
revert mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaipopescu committed Mar 12, 2022
1 parent 49831e7 commit a1f95ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/refugee/profile.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<h6 class="font-weight-600 text-white mb-0">
{{ __("Personal information") }}
</h6>
<a class="btn btn-secondary btn-sm px-4" href="{{ route('refugee.edit-profile') }}">{{ __("Profile edit") }}</a>
<a class="btn btn-secondary btn-sm px-4" href="{{ route('host.edit-profile') }}">{{ __("Profile edit") }}</a>
</div>
<div class="card-body pt-4">
<div class="kv d-flex">
Expand Down

0 comments on commit a1f95ba

Please sign in to comment.