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 = () => {
-
+
-
+
-
+
-
+
Предлагать материалы
diff --git a/src/components/Pages/about/TermsOfUsePage.tsx b/src/components/Pages/about/TermsOfUsePage.tsx
index 7dad2295..3a300c00 100644
--- a/src/components/Pages/about/TermsOfUsePage.tsx
+++ b/src/components/Pages/about/TermsOfUsePage.tsx
@@ -5,7 +5,7 @@ import { Icon } from '../../Nav/Icon'
// const title = t('Terms of use')
export const TermsOfUsePage = () => {
- const [indexExpanded, setIndexExpanded] = createSignal(false)
+ const [indexExpanded, setIndexExpanded] = createSignal(true)
const toggleIndexExpanded = () => setIndexExpanded((oldExpanded) => !oldExpanded)
@@ -23,12 +23,14 @@ export const TermsOfUsePage = () => {
-
+