Compare commits

..

No commits in common. "a24ca12c65ad090251cc8189e4532ce5c08f9ad0" and "8da7a23581ece71f1460a200eb2863fbdd250e79" have entirely different histories.

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('profile') }}">
href="{{ route('second', ['account', 'signin']) }}">
<i class="ci-user fs-lg ms-n1 me-2"></i>
{{ __('navbar.account') }}
Account
</a>
</div>
</nav>