remove title

This commit is contained in:
hamid zarghami
2025-03-10 10:20:33 +03:30
parent 9bd611971d
commit 93d5e43923
3 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -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"), {
+2 -2
View File
@@ -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>