From 8ffa30f1be7b2418077f55eb9f1799facb8a0820 Mon Sep 17 00:00:00 2001 From: kvakazyambra Date: Fri, 11 Nov 2022 12:34:40 +0300 Subject: [PATCH] Minor fixes about pages --- src/components/Pages/about/GuidePage.tsx | 6 +++-- src/components/Pages/about/HelpPage.tsx | 6 +++-- src/components/Pages/about/ManifestPage.tsx | 8 ++++--- src/components/Pages/about/TermsOfUsePage.tsx | 6 +++-- src/styles/app.scss | 24 +++++++++++++++++-- 5 files changed, 39 insertions(+), 11 deletions(-) diff --git a/src/components/Pages/about/GuidePage.tsx b/src/components/Pages/about/GuidePage.tsx index b4d690ff..b1158c60 100644 --- a/src/components/Pages/about/GuidePage.tsx +++ b/src/components/Pages/about/GuidePage.tsx @@ -6,7 +6,7 @@ import { Icon } from '../../Nav/Icon' export const GuidePage = () => { const title = t('How it works') - const [indexExpanded, setIndexExpanded] = createSignal(false) + const [indexExpanded, setIndexExpanded] = createSignal(true) const toggleIndexExpanded = () => setIndexExpanded((oldExpanded) => !oldExpanded) @@ -28,12 +28,14 @@ export const GuidePage = () => { - +