Skip to content

Commit 4452855

Browse files
committed
Fix: update news URL in CmsInfoWidget to point to the blog
1 parent 14a70cb commit 4452855

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Filament/Widgets/CmsInfoWidget.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ public function getDocumentUrl(): string
3333

3434
public function getNewsUrl(): string
3535
{
36-
return 'https://inspirecms.net/news';
36+
return 'https://inspirecms.net/blog';
3737
}
3838
}

0 commit comments

Comments
 (0)