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() { } /> } /> - {/* } />*/} + } /> } /> } /> 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.', + } + } 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