Skip to content

Commit

Permalink
Remove unexisting link
Browse files Browse the repository at this point in the history
  • Loading branch information
Baspa committed Aug 30, 2024
1 parent 4637322 commit fa575aa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Widgets/BouncerateWidget.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ protected function getStats(): array
->description($clickedMails . ' ' . __('of') . ' ' . $mailCount . ' ' . __('emails'))
->descriptionIcon('heroicon-m-arrow-trending-up')
->chart([7, 2, 10, 3, 22, 4, 17])
->color('clicked')
->url(route('filament.admin.resources.mails.index', ['activeTab' => 'clicked']));
->color('clicked');

return $widgets;
}
Expand Down

0 comments on commit fa575aa

Please sign in to comment.