update link account

This commit is contained in:
Bayu Lukman Yusuf 2026-02-25 10:58:31 +07:00
parent 459172dc73
commit aba2dcb939
1 changed files with 2 additions and 2 deletions

View File

@ -105,9 +105,9 @@
<!-- Account button visible on screens < 768px wide (md breakpoint) -->
<div class="offcanvas-header flex-column align-items-start d-md-none">
<a class="btn btn-lg btn-outline-secondary w-100 rounded-pill"
href="{{ route('second', ['account', 'signin']) }}">
href="{{ route('profile') }}">
<i class="ci-user fs-lg ms-n1 me-2"></i>
Account
{{ __('navbar.account') }}
</a>
</div>
</nav>