diff --git a/app/Ecosystem.php b/app/Ecosystem.php index bc0913f6..0e90037e 100644 --- a/app/Ecosystem.php +++ b/app/Ecosystem.php @@ -127,6 +127,12 @@ public static function items(): array 'description' => 'At-a-glance insights into your application\'s performance and usage.', 'href' => 'https://pulse.laravel.com', ], + 'reverb' => [ + 'name' => 'Reverb', + 'image-alt' => 'Laravel Reverb Logo', + 'description' => 'Blazing fast and scalable WebSockets for your application.', + 'href' => 'https://reverb.laravel.com', + ], 'sail' => [ 'name' => 'Sail', 'image-alt' => 'Laravel Sail Logo', diff --git a/public/img/ecosystem/reverb.min.svg b/public/img/ecosystem/reverb.min.svg new file mode 100644 index 00000000..bc90a206 --- /dev/null +++ b/public/img/ecosystem/reverb.min.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/tailwind.config.js b/tailwind.config.js index 4d0ebe5b..27efddf8 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -33,6 +33,7 @@ const accentColors = { prompts: '#4ade80', herd: '#dc2626', pulse: '#7c2fc7', + reverb: '#f25700', }; export default {