Skip to content

Commit

Permalink
Re-add Herd (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpociot authored Jun 11, 2024
1 parent 2357c7e commit abf27d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/components/header-news-bar.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
$news = Illuminate\Support\Arr::random(['nova', 'forge', 'vapor', 'pulse', 'reverb', 'laracon', 'laracon-au', 'careers']);
$news = Illuminate\Support\Arr::random(['nova', 'forge', 'vapor', 'herd', 'pulse', 'reverb', 'laracon', 'laracon-au', 'careers']);
?>

<div class="hidden lg:flex items-center justify-center bg-gradient-to-b from-red-500 to-red-600 p-2 text-center text-white text-sm">
Expand Down

0 comments on commit abf27d5

Please sign in to comment.