Compare commits
2 Commits
8da7a23581
...
a24ca12c65
| Author | SHA1 | Date |
|---|---|---|
|
|
a24ca12c65 | |
|
|
aba2dcb939 |
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue