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 = () => { - +