@iservice365/layer-common 1.4.0 → 1.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/composables/useLocal.ts +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/composables/useLocal.ts
CHANGED
|
@@ -47,6 +47,7 @@ export default function useLocal() {
|
|
|
47
47
|
{ title: "Cleaning Services", value: "cleaning_services" },
|
|
48
48
|
{ title: "Pest Control Services", value: "pest_control_services" },
|
|
49
49
|
{ title: "Landscaping Services", value: "landscaping_services" },
|
|
50
|
+
{ title: "Pool Maintenance Services", value: "pool_maintenance_services" },
|
|
50
51
|
];
|
|
51
52
|
|
|
52
53
|
const landingPage = useCookie("landing-page", cookieConfig);
|