Refine ops health widget layout
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
@php
|
||||
use Filament\Support\Icons\Heroicon;
|
||||
@endphp
|
||||
|
||||
<x-filament-panels::page>
|
||||
<div class="space-y-6">
|
||||
<x-filament::section>
|
||||
<p class="text-sm text-slate-600 dark:text-slate-300">
|
||||
{{ __('admin.ops_health.help') }}
|
||||
</p>
|
||||
</x-filament::section>
|
||||
</div>
|
||||
<x-filament::section :icon="Heroicon::InformationCircle">
|
||||
{{ __('admin.ops_health.help') }}
|
||||
</x-filament::section>
|
||||
</x-filament-panels::page>
|
||||
|
||||
Reference in New Issue
Block a user