remove title
This commit is contained in:
+1
-1
@@ -82,7 +82,7 @@ define(['./workbox-e7681877'], (function (workbox) { 'use strict';
|
||||
"revision": "3ca0b8505b4bec776b69afdba2768812"
|
||||
}, {
|
||||
"url": "index.html",
|
||||
"revision": "0.l4nfhsuumkg"
|
||||
"revision": "0.qbcmndt327g"
|
||||
}], {});
|
||||
workbox.cleanupOutdatedCaches();
|
||||
workbox.registerRoute(new workbox.NavigationRoute(workbox.createHandlerBoundToURL("index.html"), {
|
||||
|
||||
@@ -53,9 +53,9 @@ const HeaderBuy: FC<Props> = ({ data, planId }) => {
|
||||
<div>
|
||||
{data?.name}
|
||||
</div>
|
||||
<div className='text-xs xl:mt-3 mt-1.5 text-[#4E505A]'>
|
||||
{/* <div className='text-xs xl:mt-3 mt-1.5 text-[#4E505A]'>
|
||||
{data?.title}
|
||||
</div>
|
||||
</div> */}
|
||||
<p className='text-description mt-1 text-[11px]'>
|
||||
{data?.description}
|
||||
</p>
|
||||
|
||||
@@ -45,9 +45,7 @@ const ServiceHeader: FC<Props> = (props: Props) => {
|
||||
<div>
|
||||
{data?.name}
|
||||
</div>
|
||||
<div className='text-xs xl:mt-3 mt-1.5 text-[#4E505A]'>
|
||||
{data?.title}
|
||||
</div>
|
||||
|
||||
<p className='text-description mt-1 text-[11px]'>
|
||||
{data?.description}
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user