Removed the color property from config.php.example
This commit is contained in:
parent
dc9ebdba91
commit
9479ced3f8
1 changed files with 0 additions and 2 deletions
|
@ -11,7 +11,6 @@ return [
|
|||
'imageName' => 'example.jpg',
|
||||
'links' => [
|
||||
[
|
||||
'color' => 'youtube',
|
||||
'link' => 'https://youtube.com',
|
||||
'text' => 'YouTube',
|
||||
'platform' => 'youtube'
|
||||
|
@ -26,7 +25,6 @@ return [
|
|||
'text' => 'Reddit'
|
||||
],
|
||||
[
|
||||
'color' => 'mastodon',
|
||||
'link' => 'https://catcatnya.com',
|
||||
'platform' => 'mastodon'
|
||||
]
|
||||
|
|
Reference in a new issue