Skip to content

Commit

Permalink
Removed whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Stan Menten committed Dec 2, 2024
1 parent fa73131 commit a31cc79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/livewire/item/comments.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{{ trans('comments.submit') }}
</x-filament::button>
@elseif(auth()->check() && !auth()->user()->hasVerifiedEmail())
<div class="text-primary-500 mt-4">
<div class="text-primary-500 mt-4">
{{ trans('comments.verify-email-to-comment') }}
</div>
@else
Expand Down

0 comments on commit a31cc79

Please sign in to comment.