adata-ui 2.0.69 → 2.0.70

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.
@@ -28,8 +28,7 @@ const linkByIndex = [
28
28
  PAGES.pk.unload,
29
29
  PAGES.pk.compare,
30
30
  PAGES.pk.sanctions,
31
- PAGES.pk.sanctions,
32
- // buildLocalizedUrl(locale, config.myLayer.landingUrl, '/all-services'),
31
+ buildLocalizedUrl(locale, config.myLayer.landingUrl, '/all-services'),
33
32
  ]
34
33
  </script>
35
34
 
@@ -400,7 +400,7 @@ export const usePkServicesLinks = () => {
400
400
  {
401
401
  title: t('all_services'),
402
402
  icon: AIconExpandWindow,
403
- to: buildLocalizedUrl(locale.value, `https://${mode}.kz`, PAGES.tariffs)
403
+ to: buildLocalizedUrl(locale.value, `https://${mode}.kz`, PAGES.allServices)
404
404
  },
405
405
  ]
406
406
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "adata-ui",
3
3
  "type": "module",
4
- "version": "2.0.69",
4
+ "version": "2.0.70",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground",