File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -72,17 +72,17 @@ public function run(): void
72
72
$ componentGroup ->components ()->createMany ([
73
73
[
74
74
'name ' => 'Cachet Website ' ,
75
- 'description ' => 'The Cachet Website . ' ,
75
+ 'description ' => 'The Cachet website . ' ,
76
76
'link ' => 'https://cachethq.io ' ,
77
77
'status ' => ComponentStatusEnum::operational,
78
78
], [
79
79
'name ' => 'Cachet Documentation ' ,
80
- 'description ' => 'The Checkmango Documentation . ' ,
80
+ 'description ' => 'The Cachet docs, powered by Mintlify . ' ,
81
81
'link ' => 'https://docs.cachethq.io ' ,
82
82
'status ' => ComponentStatusEnum::operational,
83
83
], [
84
84
'name ' => 'Cachet Blog ' ,
85
- 'description ' => 'The Cachet Blog . ' ,
85
+ 'description ' => 'Learn more about Cachet . ' ,
86
86
'link ' => 'https://blog.cachethq.io ' ,
87
87
'status ' => ComponentStatusEnum::operational,
88
88
],
You can’t perform that action at this time.
0 commit comments