Skip to content

Commit

Permalink
Remove extra parentheses (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jade-GG authored Jun 20, 2024
1 parent f09a412 commit 71b5622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/components/button/index.blade.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<x-rapidez-ct::button.base {{ $attributes->class('py-4 px-6 rounded')) }}>
<x-rapidez-ct::button.base {{ $attributes->class('py-4 px-6 rounded') }}>
{{ $slot }}
</x-rapidez-ct::button.base>

0 comments on commit 71b5622

Please sign in to comment.