FEAT: перевод навигации
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-09-08 23:16:11 +03:00
parent 0a393805cc
commit 2b6ca240c3
+2 -2
View File
@@ -4,11 +4,11 @@ import Logo from '/favicon.svg?url'
const items = ref([
{
label: 'Home',
label: 'Главная',
to: '/',
},
{
label: 'How it works',
label: 'Как это работает?',
to: '/about',
},
])