Skip to content

Commit

Permalink
Fix incorrect href url. (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
choowx authored Mar 25, 2024
1 parent 1f1d478 commit 11279ce
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
Expand Up @@ -75,7 +75,7 @@
</div>

<div class="mt-px ml-1">
Incoming transmission received. <a href="https://pulse.laravel.com" class="underline">Laravel Reverb</a> is now available!
Incoming transmission received. <a href="https://reverb.laravel.com" class="underline">Laravel Reverb</a> is now available!
</div>

@elseif ($news === 'nova')
Expand Down

0 comments on commit 11279ce

Please sign in to comment.