From ec9e6127b34ae0ad316adb50386b6968abac60d2 Mon Sep 17 00:00:00 2001 From: Payal Baldaniya Date: Wed, 23 Oct 2024 18:12:56 +0530 Subject: [PATCH] Update heading tag to paragraph in paragraph.blade.php file (#295) --- .../views/filament/forms/components/paragraph.blade.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/resources/views/filament/forms/components/paragraph.blade.php b/resources/views/filament/forms/components/paragraph.blade.php index ca88cd2d6..5c719659c 100644 --- a/resources/views/filament/forms/components/paragraph.blade.php +++ b/resources/views/filament/forms/components/paragraph.blade.php @@ -36,8 +36,7 @@ :id="$getId()" :state-path="$getStatePath()" > -

merge($getExtraAttributes(), escape: false)->class(['text-sm text-gray-950 dark:text-white']) }}> +

merge($getExtraAttributes(), escape: false)->class(['text-sm text-gray-950 dark:text-white']) }}> {{ $getContent() }} -

+