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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adata-ui",
3
- "version": "0.3.63",
3
+ "version": "0.3.65",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -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
  ],
@@ -33,12 +33,7 @@ export default {
33
33
  background: #2C3E50;
34
34
  border-bottom: 0.5px solid #FFFFFF;
35
35
  margin-top: 20px;
36
- @media (max-width: 1024px) {
37
- padding-bottom: 64px;
38
- }
39
-
40
-
41
36
  }
42
37
 
43
38
 
44
- </style>
39
+ </style>