This commit is contained in:
hackerESQ
2024-08-27 21:17:54 -05:00
parent db01c27113
commit e21814714d
11 changed files with 129 additions and 41 deletions
@@ -40,7 +40,7 @@
<x-menu-item title="{{ __('Manage Profile') }}" icon="o-user" link="{{ @route('profile.show') }}" />
<x-menu-item title="{{ __('Import / Export Data') }}" icon="o-cloud-arrow-down" link="{{ @route('import-export') }}" />
<x-section-border />
<x-section-border class="py-3" />
<x-menu-item title="{{ __('Log Out') }}" icon="o-power" onclick="event.preventDefault(); document.getElementById('logout').submit();" />
<form id="logout" action="{{ route('logout') }}" method="POST" style="display: none;">
@@ -1,6 +1,7 @@
<div class="hidden sm:block">
<div {{ $attributes->merge(['class' => 'py-6']) }}>
<div {{ $attributes->class(['py-6' => !$attributes->has('class')]) }}>
<div class="border-t border-gray-200 dark:border-gray-700"></div>
</div>
</div>