From 32508795e5c6374012b6760a14416a6305dc052f Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 2 Jan 2024 18:26:17 +0000 Subject: [PATCH] Fix wrong color code --- src/Module/Admin/Federation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Module/Admin/Federation.php b/src/Module/Admin/Federation.php index 8359c7241d..8f05ec41ee 100644 --- a/src/Module/Admin/Federation.php +++ b/src/Module/Admin/Federation.php @@ -52,7 +52,7 @@ class Federation extends BaseAdmin 'gnusocial' => ['name' => 'GNU Social/Statusnet', 'color' => '#a22430'], // dark red from the logo 'gotosocial' => ['name' => 'GoToSocial', 'color' => '#df8958'], // Some color from their mascot 'hometown' => ['name' => 'Hometown', 'color' => '#1f70c1'], // Color from the Patreon page - 'honk' => ['name' => 'Honk', 'color' => '##0d0d0d'], // Background color from the page + 'honk' => ['name' => 'Honk', 'color' => '#0d0d0d'], // Background color from the page 'hubzilla' => ['name' => 'Hubzilla/Red Matrix', 'color' => '#43488a'], // blue from the logo 'iceshrimp' => ['name' => 'iceshrimp', 'color' => 'mediumslateblue'], // Color that is used in their software 'kbin' => ['name' => 'kbin', 'color' => '#61366b'], // Color from their main instance