Compare commits
No commits in common. "a24ca12c65ad090251cc8189e4532ce5c08f9ad0" and "8da7a23581ece71f1460a200eb2863fbdd250e79" have entirely different histories.
a24ca12c65
...
8da7a23581
|
|
@ -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('profile') }}">
|
href="{{ route('second', ['account', 'signin']) }}">
|
||||||
<i class="ci-user fs-lg ms-n1 me-2"></i>
|
<i class="ci-user fs-lg ms-n1 me-2"></i>
|
||||||
{{ __('navbar.account') }}
|
Account
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue