h1 to h2 + ...
This commit is contained in:
@@ -17,7 +17,7 @@ const DanakSuggestedService: FC = () => {
|
||||
{
|
||||
data?.data?.danakServices?.map((item) => {
|
||||
return (
|
||||
<ServiceItem key={item.id} item={item} />
|
||||
<ServiceItem isShort key={item.id} item={item} />
|
||||
)
|
||||
})
|
||||
}
|
||||
|
||||
@@ -40,9 +40,9 @@ const ServiceHeader: FC<Props> = (props: Props) => {
|
||||
<Image alt='icon' width={70} height={70} src={data?.icon} className='w-full h-full rounded-xl' />
|
||||
</div>
|
||||
<div>
|
||||
<h1>
|
||||
<h2>
|
||||
{data?.name}
|
||||
</h1>
|
||||
</h2>
|
||||
|
||||
<p className='text-description mt-1 text-[11px]'>
|
||||
{data?.description}
|
||||
|
||||
Reference in New Issue
Block a user