Add app-specific mail branding and sidebar Support links.
Deploy Ladill Hosting / deploy (push) Successful in 38s
Deploy Ladill Hosting / deploy (push) Successful in 38s
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -200,6 +200,7 @@
|
||||
|
||||
@if ($showSettings)
|
||||
<div class="shrink-0 border-t border-slate-200 px-3 py-3">
|
||||
@include('partials.sidebar-support')
|
||||
<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' }}">
|
||||
<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">
|
||||
|
||||
Reference in New Issue
Block a user