Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
devajmeireles committed Aug 12, 2024
1 parent 9056cfe commit c9f5d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/components/top-bar.blade.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<x-banner :color="['background' => 'bg-pink-900', 'text' => 'text-white']" :until="now()->addWeek()">
<x-banner :color="['background' => 'bg-pink-900', 'text' => 'text-white']" :until="now()->subDay()">
<b>Version 1.34.0 is here!</b> 🎉
<a href="https://github.com/tallstackui/tallstackui/releases/tag/v1.34.0" target="_blank">
<u class="font-semibold">Lots of new features and some fixes</u>
Expand Down

0 comments on commit c9f5d85

Please sign in to comment.