title service
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.lk9q5k3mhb8"
|
||||
"revision": "0.l4nfhsuumkg"
|
||||
}], {});
|
||||
workbox.cleanupOutdatedCaches();
|
||||
workbox.registerRoute(new workbox.NavigationRoute(workbox.createHandlerBoundToURL("index.html"), {
|
||||
|
||||
@@ -45,12 +45,12 @@ const ServiceItem: FC<Props> = (props: Props) => {
|
||||
}
|
||||
</div>
|
||||
</div>
|
||||
{/* {
|
||||
props.isQuikAccess && props.businessName &&
|
||||
{
|
||||
!props.isLinkPanel &&
|
||||
<div className='mt-4 text-xs'>
|
||||
<div className='font-extralight'>{props.businessName} </div>
|
||||
<div className='font-extralight'>{item.title} </div>
|
||||
</div>
|
||||
} */}
|
||||
}
|
||||
|
||||
|
||||
<div className='mt-4 flex-1 flex items-end'>
|
||||
|
||||
Reference in New Issue
Block a user