Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
devajmeireles committed Aug 5, 2024
1 parent a591da4 commit c01b59d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions resources/views/components/top-bar.blade.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<x-banner :color="['background' => 'bg-pink-900', 'text' => 'text-white']" :until="now()->subDay()">
<b>Version 1.33.0 released</b> 🎉
<a href="https://github.com/tailwindlabs/heroicons/releases/tag/v2.1.5" target="_blank">
<u class="font-semibold">We've updated Heroicons to version 2.1.5</u>, which adds some new icons.
<x-banner :color="['background' => 'bg-pink-900', 'text' => 'text-white']" :until="now()->addWeek()">
<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>
</a>
</x-banner>

0 comments on commit c01b59d

Please sign in to comment.