title service

This commit is contained in:
hamid zarghami
2025-03-10 09:38:39 +03:30
parent c779f9fc39
commit 9bd611971d
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ define(['./workbox-e7681877'], (function (workbox) { 'use strict';
"revision": "3ca0b8505b4bec776b69afdba2768812" "revision": "3ca0b8505b4bec776b69afdba2768812"
}, { }, {
"url": "index.html", "url": "index.html",
"revision": "0.lk9q5k3mhb8" "revision": "0.l4nfhsuumkg"
}], {}); }], {});
workbox.cleanupOutdatedCaches(); workbox.cleanupOutdatedCaches();
workbox.registerRoute(new workbox.NavigationRoute(workbox.createHandlerBoundToURL("index.html"), { workbox.registerRoute(new workbox.NavigationRoute(workbox.createHandlerBoundToURL("index.html"), {
+4 -4
View File
@@ -45,12 +45,12 @@ const ServiceItem: FC<Props> = (props: Props) => {
} }
</div> </div>
</div> </div>
{/* { {
props.isQuikAccess && props.businessName && !props.isLinkPanel &&
<div className='mt-4 text-xs'> <div className='mt-4 text-xs'>
<div className='font-extralight'>{props.businessName} </div> <div className='font-extralight'>{item.title} </div>
</div> </div>
} */} }
<div className='mt-4 flex-1 flex items-end'> <div className='mt-4 flex-1 flex items-end'>