Place Support with Account navigation instead of the Settings footer. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -196,11 +196,17 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
|
<div class="mt-6">
|
||||||
|
<p class="px-3 text-[10px] font-semibold uppercase tracking-wider text-slate-400">Account</p>
|
||||||
|
<div class="mt-2">
|
||||||
|
@include('partials.sidebar-support')
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
@if ($showSettings)
|
@if ($showSettings)
|
||||||
<div class="shrink-0 border-t border-slate-200 px-3 py-3">
|
<div class="shrink-0 border-t border-slate-200 px-3 py-3">
|
||||||
@include('partials.sidebar-support')
|
|
||||||
<a href="{{ $settingsItem['route'] }}"
|
<a href="{{ $settingsItem['route'] }}"
|
||||||
class="flex items-center gap-3 rounded-lg px-3 py-2 text-sm font-medium transition {{ $settingsItem['active'] ? 'bg-indigo-50 text-indigo-700' : 'text-slate-600 hover:bg-slate-50 hover:text-slate-900' }}">
|
class="flex items-center gap-3 rounded-lg px-3 py-2 text-sm font-medium transition {{ $settingsItem['active'] ? 'bg-indigo-50 text-indigo-700' : 'text-slate-600 hover:bg-slate-50 hover:text-slate-900' }}">
|
||||||
<svg class="h-5 w-5 flex-shrink-0 {{ $settingsItem['active'] ? 'text-indigo-600' : 'text-slate-400' }}" fill="none" stroke="currentColor" stroke-width="1.5" viewBox="0 0 24 24">
|
<svg class="h-5 w-5 flex-shrink-0 {{ $settingsItem['active'] ? 'text-indigo-600' : 'text-slate-400' }}" fill="none" stroke="currentColor" stroke-width="1.5" viewBox="0 0 24 24">
|
||||||
|
|||||||
@@ -38,10 +38,10 @@
|
|||||||
<span>{{ $item['name'] }}</span>
|
<span>{{ $item['name'] }}</span>
|
||||||
</a>
|
</a>
|
||||||
@endforeach
|
@endforeach
|
||||||
|
@include('partials.sidebar-support')
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<div class="shrink-0 border-t border-slate-100 px-3 py-3">
|
<div class="shrink-0 border-t border-slate-100 px-3 py-3">
|
||||||
@include('partials.sidebar-support')
|
|
||||||
<a href="{{ route('account.settings') }}"
|
<a href="{{ route('account.settings') }}"
|
||||||
class="group flex items-center gap-3 rounded-lg px-3 py-2 text-[13px] transition {{ request()->routeIs('account.settings') ? 'bg-indigo-50 text-indigo-700 font-semibold' : 'text-slate-600 hover:bg-slate-50 hover:text-slate-900' }}">
|
class="group flex items-center gap-3 rounded-lg px-3 py-2 text-[13px] transition {{ request()->routeIs('account.settings') ? 'bg-indigo-50 text-indigo-700 font-semibold' : 'text-slate-600 hover:bg-slate-50 hover:text-slate-900' }}">
|
||||||
<svg class="h-[18px] w-[18px] shrink-0 {{ request()->routeIs('account.settings') ? 'text-indigo-600' : 'text-slate-400' }}" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor">
|
<svg class="h-[18px] w-[18px] shrink-0 {{ request()->routeIs('account.settings') ? 'text-indigo-600' : 'text-slate-400' }}" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor">
|
||||||
|
|||||||
Reference in New Issue
Block a user