Skip to content

Commit 4582d72

Browse files
committed
fix: removed extra margin
1 parent e087809 commit 4582d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/layouts/navigation.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
</x-dropdown-link>
4646

4747
<!-- Authentication -->
48-
<form method="POST" action="{{ route('logout') }}">
48+
<form method="POST" action="{{ route('logout') }}" class="my-0">
4949
@csrf
5050

5151
<x-dropdown-link :href="route('logout')"

0 commit comments

Comments
 (0)