From b695a81e0b973af0eda8d12fe1f3ff5b0869d150 Mon Sep 17 00:00:00 2001 From: Ruslan Ziiatdinov <74188164+dokercomandir@users.noreply.github.com> Date: Sun, 14 Aug 2022 18:39:38 +0400 Subject: [PATCH 1/4] Rename about to about.tsx --- src/routes/{about => about.tsx} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/routes/{about => about.tsx} (100%) diff --git a/src/routes/about b/src/routes/about.tsx similarity index 100% rename from src/routes/about rename to src/routes/about.tsx From f5bb3ef4e7807ffb54af8a352b6c994407e021dc Mon Sep 17 00:00:00 2001 From: Ruslan Ziiatdinov <74188164+dokercomandir@users.noreply.github.com> Date: Sun, 14 Aug 2022 18:40:58 +0400 Subject: [PATCH 2/4] Create about.ts --- src/content/about.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/content/about.ts diff --git a/src/content/about.ts b/src/content/about.ts new file mode 100644 index 00000000..b122ca0d --- /dev/null +++ b/src/content/about.ts @@ -0,0 +1,10 @@ +export const about: { [key: string]: any } = { + header: { + ru: `Свободный ВПН\nдля свободных людей`, + en: `Free VPN\nfor free humans`, + }, + subheader: { + ru: 'Мы за свободу слова и против цензуры.\nДелаем некомерческий VPN, не собирающий никаких данных.', + en: 'For freedom of speech and against censorship.\nWe are making a non-commercial VPN that does not collect any data.', + } + } From 8fb3a2f4a981be3aa00ca3022c7c8d6e069b06e1 Mon Sep 17 00:00:00 2001 From: Ruslan Ziiatdinov <74188164+dokercomandir@users.noreply.github.com> Date: Sun, 14 Aug 2022 18:42:11 +0400 Subject: [PATCH 3/4] Update App.tsx --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index d86bec73..2331063e 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -15,7 +15,7 @@ function App() { } /> } /> - {/* } />*/} + } /> } /> } /> From 056defd27662e3cd49350198b4dcb47526cf8073 Mon Sep 17 00:00:00 2001 From: Ruslan Ziiatdinov <74188164+dokercomandir@users.noreply.github.com> Date: Sun, 14 Aug 2022 19:00:09 +0400 Subject: [PATCH 4/4] Rename about.tsx to About.tsx --- src/routes/{about.tsx => About.tsx} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/routes/{about.tsx => About.tsx} (100%) diff --git a/src/routes/about.tsx b/src/routes/About.tsx similarity index 100% rename from src/routes/about.tsx rename to src/routes/About.tsx