From 9479ced3f80807080bf870fcbebd8597e3b0d299 Mon Sep 17 00:00:00 2001 From: nikurasu Date: Sun, 24 Jul 2022 17:01:53 +0200 Subject: [PATCH] Removed the color property from config.php.example --- config.php.example | 2 -- 1 file changed, 2 deletions(-) diff --git a/config.php.example b/config.php.example index 74f6c25..3c3481a 100644 --- a/config.php.example +++ b/config.php.example @@ -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' ]