mirror of
https://github.com/phpmon/website
synced 2025-08-08 07:10:09 +02:00
Fix issue with title
attribute
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
<div class="lg:w-1/2 w-full flex py-4 md:px-4 align-middle items-center">
|
||||
<div class="flex flex-col">
|
||||
@isset ($title)
|
||||
<h3 class="text-blue-800 font-bold mb-2 uppercase">{{ $title }}</h3>
|
||||
@isset ($featureTitle)
|
||||
<h3 class="text-blue-800 font-bold mb-2 uppercase">{{ $featureTitle }}</h3>
|
||||
@endisset
|
||||
<p class="text-lg">{{ $slot }}</p>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user