Skip to content

Commit

Permalink
buttons update in tickets calendar
Browse files Browse the repository at this point in the history
  • Loading branch information
muhtasimhafiz committed Oct 1, 2024
1 parent 4a902c2 commit e6a9261
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions app/Domain/Tickets/Templates/calendar.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,19 @@
<x-global::forms.button
type="button"
class="fc-next-button btn btn-default right"
style="margin-right:5px;">
style="margin-right:5px;"
contentRole='secondary'
>
<span class="fc-icon fc-icon-chevron-right"></span>
</x-global::forms.button>

<x-global::forms.button
type="button"
class="fc-prev-button btn btn-default right"
style="margin-right:5px;">
style="margin-right:5px;"
contentRole='secondary'

>
<span class="fc-icon fc-icon-chevron-left"></span>
</x-global::forms.button>

Expand Down

0 comments on commit e6a9261

Please sign in to comment.