quik access

This commit is contained in:
hamid zarghami
2025-03-10 09:15:24 +03:30
parent b0a4c5854b
commit c779f9fc39
2 changed files with 8 additions and 9 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ define(['./workbox-e7681877'], (function (workbox) { 'use strict';
"revision": "3ca0b8505b4bec776b69afdba2768812"
}, {
"url": "index.html",
"revision": "0.1g07ism6nj8"
"revision": "0.lk9q5k3mhb8"
}], {});
workbox.cleanupOutdatedCaches();
workbox.registerRoute(new workbox.NavigationRoute(workbox.createHandlerBoundToURL("index.html"), {
+4 -5
View File
@@ -45,14 +45,13 @@ const ServiceItem: FC<Props> = (props: Props) => {
}
</div>
</div>
{/* {
props.isQuikAccess && props.businessName &&
<div className='mt-4 text-xs'>
{
props.isQuikAccess && props.businessName ?
<div className='font-extralight'>{props.businessName} </div>
:
<div className='font-extralight'>{item.title} </div>
}
</div>
} */}
<div className='mt-4 flex-1 flex items-end'>
<Link target={props.isLinkPanel && !props.isDisabled ? '_blank' : ''} to={props.isDisabled ? '#' : props.isLinkPanel ? item.link : Pages.services.detail + item.id}>