We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4c9995 commit 119b882Copy full SHA for 119b882
1 file changed
src/Filament/Widgets/CmsInfoWidget.php
@@ -28,21 +28,11 @@ public static function getPermissionDisplayName(): string
28
29
public function getDocumentUrl(): string
30
{
31
- return 'https://docs.inspirecms.io';
+ return 'https://inspirecms.net/docs';
32
}
33
34
public function getNewsUrl(): string
35
36
- return 'https://inspirecms.io/news';
37
- }
38
-
39
- public function getLightScreenShotUrl(): string
40
- {
41
- return 'https://laravel.com/assets/img/welcome/docs-light.svg';
42
43
44
- public function getDarkScreenShotUrl(): string
45
46
- return 'https://laravel.com/assets/img/welcome/docs-dark.svg';
+ return 'https://inspirecms.net/news';
47
48
0 commit comments