mirror of
https://github.com/alexjustesen/speedtest-tracker.git
synced 2026-06-23 04:30:09 +00:00
ce3f4b4901
added dashboard button to the toolbar
10 lines
194 B
PHP
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>
|