We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents afccc69 + c4e2e7f commit bb2f6e4Copy full SHA for bb2f6e4
app/Livewire/Topbar/Actions.php
@@ -67,7 +67,7 @@ public function speedtestAction(): Action
67
->modalWidth('lg')
68
->modalSubmitActionLabel(__('results.start'))
69
->button()
70
- ->size(Size::Medium)
+ ->size(request()->is('filament*') ? Size::Medium : Size::Large)
71
->color('primary')
72
->label(__('results.speedtest'))
73
->icon('tabler-rocket')
config/speedtest.php
@@ -6,9 +6,9 @@
6
/**
7
* General settings.
8
*/
9
- 'build_date' => Carbon::parse('2025-12-08'),
+ 'build_date' => Carbon::parse('2025-12-15'),
10
11
- 'build_version' => 'v1.12.3',
+ 'build_version' => 'v1.12.4',
12
13
'content_width' => env('CONTENT_WIDTH', '7xl'),
14
0 commit comments