Skip to content

Commit

Permalink
add reverb to ecosystem
Browse files Browse the repository at this point in the history
  • Loading branch information
joedixon committed Mar 13, 2024
1 parent 4cb83ae commit 34a3acc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/Ecosystem.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
6 changes: 6 additions & 0 deletions public/img/ecosystem/reverb.min.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const accentColors = {
prompts: '#4ade80',
herd: '#dc2626',
pulse: '#7c2fc7',
reverb: '#f25700',
};

export default {
Expand Down

0 comments on commit 34a3acc

Please sign in to comment.