Files
speedtest-tracker/resources/views/livewire/topbar/run-speedtest-action.blade.php
T
Alex Justesen ce3f4b4901 [Feature] Added dashboard buttons to the toolbar (#1842)
added dashboard button to the toolbar
2024-11-26 10:13:19 -05:00

10 lines
194 B
PHP

<div>
<div class="flex flex-wrap items-start justify-start gap-3">
{{ $this->dashboard }}
{{ $this->speedtestAction }}
</div>
<x-filament-actions::modals />
</div>