From baa141221ed517f86a82993880b602edc56430e4 Mon Sep 17 00:00:00 2001 From: Max Foxie Date: Mon, 3 Jun 2024 13:00:40 +0300 Subject: [PATCH] Update: banner --- .vitepress/config.mts | 4 ++-- .vitepress/theme/Banner.vue | 12 ++++++------ src/en/index.md | 7 ++----- src/index.md | 7 ++----- 4 files changed, 12 insertions(+), 18 deletions(-) diff --git a/.vitepress/config.mts b/.vitepress/config.mts index 2d721c9..1b60ce6 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -66,7 +66,7 @@ export default defineConfig({ items: [ { text: "Зачем", link: "/reasons" }, { text: "Использование", link: "/use" }, - { text: "Другие прокси", link: "/others" }, + { text: "Другие зеркала", link: "/others" }, { text: "Распространенные проблемы", link: "/issues" }, { text: "Поддержать", link: "/support" }, { text: "Авторы", link: "/authors" }, @@ -100,7 +100,7 @@ export default defineConfig({ items: [ { text: "Reasons", link: "/reasons" }, { text: "How to Use", link: "/use" }, - { text: "Other Proxies", link: "/others" }, + { text: "Other Mirrors", link: "/others" }, { text: "Common Issues", link: "/issues" }, { text: "Support", link: "/support" }, { text: "Authors", link: "/authors" }, diff --git a/.vitepress/theme/Banner.vue b/.vitepress/theme/Banner.vue index d47477b..bc82c57 100644 --- a/.vitepress/theme/Banner.vue +++ b/.vitepress/theme/Banner.vue @@ -4,14 +4,14 @@ import { useData } from "vitepress"; const data = useData(); const textByLang = { - ru: `Попробуйте безопасный SOCKS5 прокси ->`, - en: `Try a secure SOCKS5 proxy ->`, + ru: `Поддержка проекта прекращается ->`, + en: `Project is sunsetting ->`, };