Skip to content

Commit 5305b4f

Browse files
authored
[Feature] Change toolbar button to Public Dashboard (alexjustesen#1849)
Change to public Dashboard
1 parent 185cd1f commit 5305b4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Livewire/Topbar/RunSpeedtestAction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class RunSpeedtestAction extends Component implements HasActions, HasForms
2222
public function dashboardAction(): Action
2323
{
2424
return Action::make('home')
25-
->label('Dashboard')
25+
->label('Public Dashboard')
2626
->icon('heroicon-o-chart-bar')
2727
->iconPosition(IconPosition::Before)
2828
->color('gray')

0 commit comments

Comments
 (0)