Skip to content

Commit 0af44df

Browse files
committed
Merge branch 'devel'
2 parents 45e8546 + ef5c496 commit 0af44df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/dashboard/shared/header.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
</svg> Lock Account</a><a class="dropdown-item" href="#">
6060
<svg class="c-icon mr-2">
6161
<use xlink:href="{{ env('APP_URL', '') }}/icons/sprites/free.svg#cil-account-logout"></use>
62-
</svg><form action="/logout" method="POST"> @csrf <button type="submit" class="btn btn-ghost-dark btn-block">Logout</button></form></a>
62+
</svg><form action="{{ env('APP_URL', '') }}/logout" method="POST"> @csrf <button type="submit" class="btn btn-ghost-dark btn-block">Logout</button></form></a>
6363
</div>
6464
</li>
6565
</ul>

0 commit comments

Comments
 (0)