Skip to content

Commit bb2f6e4

Browse files
authored
Merge branch 'main' into feat/schedule-ui
2 parents afccc69 + c4e2e7f commit bb2f6e4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/Livewire/Topbar/Actions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public function speedtestAction(): Action
6767
->modalWidth('lg')
6868
->modalSubmitActionLabel(__('results.start'))
6969
->button()
70-
->size(Size::Medium)
70+
->size(request()->is('filament*') ? Size::Medium : Size::Large)
7171
->color('primary')
7272
->label(__('results.speedtest'))
7373
->icon('tabler-rocket')

config/speedtest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
/**
77
* General settings.
88
*/
9-
'build_date' => Carbon::parse('2025-12-08'),
9+
'build_date' => Carbon::parse('2025-12-15'),
1010

11-
'build_version' => 'v1.12.3',
11+
'build_version' => 'v1.12.4',
1212

1313
'content_width' => env('CONTENT_WIDTH', '7xl'),
1414

0 commit comments

Comments
 (0)