Skip to content

Commit 9a25e35

Browse files
committed
wip
1 parent 4953c99 commit 9a25e35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

database/seeders/DatabaseSeeder.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,17 +72,17 @@ public function run(): void
7272
$componentGroup->components()->createMany([
7373
[
7474
'name' => 'Cachet Website',
75-
'description' => 'The Cachet Website.',
75+
'description' => 'The Cachet website.',
7676
'link' => 'https://cachethq.io',
7777
'status' => ComponentStatusEnum::operational,
7878
], [
7979
'name' => 'Cachet Documentation',
80-
'description' => 'The Checkmango Documentation.',
80+
'description' => 'The Cachet docs, powered by Mintlify.',
8181
'link' => 'https://docs.cachethq.io',
8282
'status' => ComponentStatusEnum::operational,
8383
], [
8484
'name' => 'Cachet Blog',
85-
'description' => 'The Cachet Blog.',
85+
'description' => 'Learn more about Cachet.',
8686
'link' => 'https://blog.cachethq.io',
8787
'status' => ComponentStatusEnum::operational,
8888
],

0 commit comments

Comments
 (0)