Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bobrov-site committed Apr 23, 2024
1 parent 5fff5b6 commit ea4b84a
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions frontend/src/pages/landing/Faq.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,13 @@ function Faq() {
<Accordion.Collapse eventKey="1">
<article className="px-3 ">
<p>
<Trans i18nKey="faq.a2"/>
<Trans i18nKey="faq.a2" />
</p>
<p>
<Trans i18nKey="faq.a21"/>
<Trans i18nKey="faq.a21" />
</p>
<p>
<Trans i18nKey="faq.a23"/>
<Trans i18nKey="faq.a23" />
</p>
</article>
</Accordion.Collapse>
Expand All @@ -121,36 +121,36 @@ function Faq() {
<article className="px-3 ">
<p>{t('faq.a11')}</p>
<p>
<Trans i18nKey="faq.a110"/>
<Trans i18nKey="faq.a110" />
</p>

<p>
<Trans i18nKey="faq.a112"/>
<Trans i18nKey="faq.a112" />
</p>

<p>
<Trans i18nKey="faq.a114"/>
<Trans i18nKey="faq.a114" />
</p>

<p>
<Trans i18nKey="faq.a116"/>
<Trans i18nKey="faq.a116" />
</p>

<p>
<Trans i18nKey="faq.a12"/>
<Trans i18nKey="faq.a12" />
</p>

<p>
<Trans i18nKey="faq.a14"/>
<Trans i18nKey="faq.a14" />
</p>

<p>
<Trans i18nKey="faq.a16"/>
<Trans i18nKey="faq.a16" />
</p>

<p>
<Trans i18nKey="faq.a18"/>
</p>
<Trans i18nKey="faq.a18" />
</p>
</article>
</Accordion.Collapse>
</div>
Expand Down

0 comments on commit ea4b84a

Please sign in to comment.