Merge branch 'feature-product' into development
WMS API/ECOMMERCE/pipeline/head There was a failure building this commit Details

This commit is contained in:
Bayu Lukman Yusuf 2026-02-25 10:58:42 +07:00
commit a24ca12c65
1 changed files with 2 additions and 2 deletions

View File

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