Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions lib/FaqWithBg/FaqWithBg.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Accordion, Container, ThemeIcon, Title } from '@mantine/core';
import classes from './FaqWithBg.module.css';

const placeholder =
'It can’t help but hear a pin drop from over half a mile away, so it lives deep in the mountains where there aren’t many people or Pokémon.It was born from sludge on the ocean floor. In a sterile environment, the germs within its body can’t multiply, and it dies.It has no eyeballs, so it can’t see. It checks its surroundings via the ultrasonic waves it emits from its mouth.';
'It can’t help but hear a pin drop from over half a mile away, so it lives deep in the mountains where there aren’t many people or Pokémon. It was born from sludge on the ocean floor. In a sterile environment, the germs within its body can’t multiply, and it dies.It has no eyeballs, so it can’t see. It checks its surroundings via the ultrasonic waves it emits from its mouth.';

export function FaqWithBg() {
return (
Expand Down Expand Up @@ -32,7 +32,7 @@ export function FaqWithBg() {
</Accordion.Item>

<Accordion.Item className={classes.item} value="another-account">
<Accordion.Control>Can I create more that one account?</Accordion.Control>
<Accordion.Control>Can I create more than one account?</Accordion.Control>
<Accordion.Panel>{placeholder}</Accordion.Panel>
</Accordion.Item>

Expand All @@ -47,7 +47,7 @@ export function FaqWithBg() {
</Accordion.Item>

<Accordion.Item className={classes.item} value="payment">
<Accordion.Control>What payment systems to you work with?</Accordion.Control>
<Accordion.Control>What payment systems do you work with?</Accordion.Control>
<Accordion.Panel>{placeholder}</Accordion.Panel>
</Accordion.Item>
</Accordion>
Expand Down