Skip to content

Commit fa575aa

Browse files
committed
Remove unexisting link
1 parent 4637322 commit fa575aa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Widgets/BouncerateWidget.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ protected function getStats(): array
3939
->description($clickedMails . ' ' . __('of') . ' ' . $mailCount . ' ' . __('emails'))
4040
->descriptionIcon('heroicon-m-arrow-trending-up')
4141
->chart([7, 2, 10, 3, 22, 4, 17])
42-
->color('clicked')
43-
->url(route('filament.admin.resources.mails.index', ['activeTab' => 'clicked']));
42+
->color('clicked');
4443

4544
return $widgets;
4645
}

0 commit comments

Comments
 (0)