Skip to content

Commit

Permalink
Update heading tag to paragraph in paragraph.blade.php file (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
payal-canyon authored Oct 23, 2024
1 parent c2c1b91 commit ec9e612
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions resources/views/filament/forms/components/paragraph.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
:id="$getId()"
:state-path="$getStatePath()"
>
<h1
{{ $attributes->merge($getExtraAttributes(), escape: false)->class(['text-sm text-gray-950 dark:text-white']) }}>
<p {{ $attributes->merge($getExtraAttributes(), escape: false)->class(['text-sm text-gray-950 dark:text-white']) }}>
{{ $getContent() }}
</h1>
</p>
</x-dynamic-component>

0 comments on commit ec9e612

Please sign in to comment.