adata-ui 0.3.63 → 0.3.65
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/dist/adata-ui.common.js +55 -55
- package/dist/adata-ui.common.js.map +1 -1
- package/dist/adata-ui.css +1 -1
- package/dist/adata-ui.umd.js +55 -55
- package/dist/adata-ui.umd.js.map +1 -1
- package/dist/adata-ui.umd.min.js +2 -2
- package/dist/adata-ui.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/src/components/Header/Header.vue +2 -2
- package/src/components/newComponents/FooterNew/FooterNew.vue +1 -6
package/package.json
CHANGED
|
@@ -596,13 +596,13 @@ export default {
|
|
|
596
596
|
{
|
|
597
597
|
name: 'Вакансии',
|
|
598
598
|
subtitle: 'Поиск вакансий',
|
|
599
|
-
to: '/',
|
|
599
|
+
to: '/vacancy',
|
|
600
600
|
icon: 'bag'
|
|
601
601
|
},
|
|
602
602
|
{
|
|
603
603
|
name: 'Резюме',
|
|
604
604
|
subtitle: 'Поиск резюме',
|
|
605
|
-
to: '/',
|
|
605
|
+
to: '/summary',
|
|
606
606
|
icon: 'scales'
|
|
607
607
|
},
|
|
608
608
|
],
|