Skip to content

Commit da5ed1a

Browse files
committed
Replace paragraph with form-help component
1 parent 802f2fa commit da5ed1a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

resources/views/components/partials/description.blade.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
@if($description ?? false)
22
@if(is_string($description))
3-
<x-paragraph size="sm" style="muted">
4-
{{ $description }}
5-
</x-paragraph>
3+
<x-form-help>{{ $description }}</x-form-help>
64
@else
75
{{ $description }}
86
@endif

0 commit comments

Comments
 (0)