Skip to content

Commit

Permalink
Merge branch 'devel'
Browse files Browse the repository at this point in the history
  • Loading branch information
rakieta2015 committed Aug 6, 2020
2 parents 45e8546 + ef5c496 commit 0af44df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/dashboard/shared/header.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
</svg> Lock Account</a><a class="dropdown-item" href="#">
<svg class="c-icon mr-2">
<use xlink:href="{{ env('APP_URL', '') }}/icons/sprites/free.svg#cil-account-logout"></use>
</svg><form action="/logout" method="POST"> @csrf <button type="submit" class="btn btn-ghost-dark btn-block">Logout</button></form></a>
</svg><form action="{{ env('APP_URL', '') }}/logout" method="POST"> @csrf <button type="submit" class="btn btn-ghost-dark btn-block">Logout</button></form></a>
</div>
</li>
</ul>
Expand Down

0 comments on commit 0af44df

Please sign in to comment.