diff --git a/assets/bread-tab.psd b/assets/bread-tab.psd index 1906220..26f8970 100644 Binary files a/assets/bread-tab.psd and b/assets/bread-tab.psd differ diff --git a/src/App.vue b/src/App.vue index 5d77420..0eab6fe 100644 --- a/src/App.vue +++ b/src/App.vue @@ -5,7 +5,7 @@ - Главная + Главная Ассортимент Заказ Контакты @@ -94,7 +94,7 @@ h1 { color: black; } -#nav a.router-link-exact-active { +#nav a.router-link-active { color: black; text-decoration: underline; } diff --git a/src/assets/bread-tab.png b/src/assets/bread-tab.png index d1f868b..4d3b07a 100644 Binary files a/src/assets/bread-tab.png and b/src/assets/bread-tab.png differ diff --git a/src/assets/drinks-tab.png b/src/assets/drinks-tab.png new file mode 100644 index 0000000..7d8dd7d Binary files /dev/null and b/src/assets/drinks-tab.png differ diff --git a/src/assets/pastry-tab.png b/src/assets/pastry-tab.png new file mode 100644 index 0000000..ddfc866 Binary files /dev/null and b/src/assets/pastry-tab.png differ diff --git a/src/assets/pies-tab.png b/src/assets/pies-tab.png new file mode 100644 index 0000000..3c1acda Binary files /dev/null and b/src/assets/pies-tab.png differ diff --git a/src/assets/singles-tab.png b/src/assets/singles-tab.png new file mode 100644 index 0000000..6cea54c Binary files /dev/null and b/src/assets/singles-tab.png differ diff --git a/src/views/Goods.vue b/src/views/Goods.vue index 9182a9c..6113bff 100644 --- a/src/views/Goods.vue +++ b/src/views/Goods.vue @@ -1,28 +1,28 @@