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