Skip to content

Commit

Permalink
chore: update empty dashboard table content
Browse files Browse the repository at this point in the history
  • Loading branch information
alkrauss48 committed May 9, 2024
1 parent ffe9694 commit 30e9e15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Filament/Widgets/TopViews.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ public function table(Table $table): Table
'record' => $record->presentation,
])
)
->emptyStateHeading('No presentations found')
->emptyStateDescription(null)
->emptyStateHeading('None of your presentations were viewed during this time.')
->emptyStateDescription('Stay Positive. Maybe that means it\'s time to create your next one!')
->emptyStateActions([
Action::make('create')
->label('New Presentation')
Expand Down

0 comments on commit 30e9e15

Please # to comment.