Skip to content

Commit

Permalink
adding top-bar description for the 1.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devajmeireles committed Jul 2, 2024
1 parent 6c8d7d2 commit 00f4a74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/views/components/top-bar.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<x-banner :color="['background' => 'bg-pink-900', 'text' => 'text-white']"
:until="now()->addWeek()">
<b>New version 1.30.0 is now available</b> 🎉
<a class="underline" href="{{ route('documentation.command').'#find-component' }}" wire:navigate>Introducing a useful command to search for component usage.</a>
:until="now()->addDays(2)">
<b>Version 1.32.0 is here</b> 🎉
<a class="underline" href="{{ route('documentation.ui.button').'#normal-flat-variations' }}">Introduced Flat buttons, for normal and circle buttons.</a>
</x-banner>

0 comments on commit 00f4a74

Please sign in to comment.