From c5c0a6614a5a97a40a949a63d62522ae1f5f78cb Mon Sep 17 00:00:00 2001 From: austnv Date: Sun, 21 Jun 2026 17:42:05 +0300 Subject: [PATCH] fix: update NodesStatus --- package.json | 2 +- src/components/NodesStatus.vue | 360 ++++++--------------------------- src/views/HomeView.vue | 2 +- 3 files changed, 61 insertions(+), 303 deletions(-) diff --git a/package.json b/package.json index 3e32a11..77a64f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uvpn.shop", - "version": "0.8.0", + "version": "0.8.1", "private": true, "type": "module", "scripts": { diff --git a/src/components/NodesStatus.vue b/src/components/NodesStatus.vue index 425cd1f..e6411e8 100644 --- a/src/components/NodesStatus.vue +++ b/src/components/NodesStatus.vue @@ -1,333 +1,91 @@ \ No newline at end of file diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index 392fab5..ac2a999 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -16,7 +16,7 @@ import HeroSection from '../components/HeroSection.vue' import FeaturesSection from '../components/FeaturesSection.vue' import CompatibilitySection from '../components/CompatibilitySection.vue' import PricingSection from '../components/PricingSection.vue' -import NodesStatus from '@/components/NodesStatus.vue' +import NodesStatus from '../components/NodesStatus.vue' import StepsSection from '../components/StepsSection.vue' import TestimonialsSection from '../components/TestimonialsSection.vue' import FaqSection from '../components/FaqSection.vue'