From 2b6ca240c3d6d8161f6c4692b3cdedb1f38fd60a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80=20?= =?UTF-8?q?=22axel=5Fverse=22=20=D0=9C=D1=83=D0=B4=D1=80=D0=BE=D0=B2?= Date: Tue, 8 Sep 2026 23:16:11 +0300 Subject: [PATCH] =?UTF-8?q?FEAT:=20=D0=BF=D0=B5=D1=80=D0=B5=D0=B2=D0=BE?= =?UTF-8?q?=D0=B4=20=D0=BD=D0=B0=D0=B2=D0=B8=D0=B3=D0=B0=D1=86=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/header.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/header.vue b/src/components/header.vue index 1568ad7..a273a99 100644 --- a/src/components/header.vue +++ b/src/components/header.vue @@ -4,11 +4,11 @@ import Logo from '/favicon.svg?url' const items = ref([ { - label: 'Home', + label: 'Главная', to: '/', }, { - label: 'How it works', + label: 'Как это работает?', to: '/about', }, ])