Skip to content

Commit

Permalink
Add Nightwatch to the news banner (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
timacdonald authored Nov 14, 2024
1 parent e814920 commit f967e92
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion resources/views/components/header-news-bar.blade.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@php
$news = ['nova', 'forge', 'vapor', 'herd', 'pulse', 'reverb', 'laracon-au'];
$news = ['cloud'];
$news = ['cloud', 'nightwatch'];
@endphp

<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 h-9">
Expand Down Expand Up @@ -77,6 +77,12 @@
</div>
</template>

<template id="news-nightwatch">
<div class="mt-px ml-1">
Join the waitlist for <a href="https://nightwatch.laravel.com" class="underline">Laravel Nightwatch</a>, first-class monitoring without the mess.
</div>
</template>

<template id="news-pulse">
<div><svg class="w-5 h-5 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 15a4 4 0 004 4h9a5 5 0 10-.1-9.999 5.002 5.002 0 10-9.78 2.096A4.001 4.001 0 003 15z"></path></svg></div>

Expand Down

0 comments on commit f967e92

Please sign in to comment.