tweak form title
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
@props(['title'])
|
@props(['title'])
|
||||||
|
|
||||||
<h2 class="card-title text-3xl font-bold">
|
<h2 {{ $attributes->merge(['class' => 'text-3xl font-bold']) }}>
|
||||||
{{ $title }}
|
{{ $title }}
|
||||||
</h2>
|
</h2>
|
||||||
Reference in New Issue
Block a user