Skip to content

Commit

Permalink
update faq h2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ledchig committed Nov 9, 2023
1 parent ee85966 commit e47d2fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion frontend/src/landing/Faq.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function Faq() {
return (
<Row>
<Col className="my-5 pb-3">
<h2 className="text-white pb-3 mb-4">FAQ{t('faq.faq')}</h2>
<h2 className="text-white pb-3 mb-4">{t('faq.faq')}</h2>
<Accordion defaultActiveKey="0" flush>
<div>
<CustomToggle eventKey="0">{t('faq.q0')}</CustomToggle>
Expand Down
10 changes: 0 additions & 10 deletions frontend/src/landing/landing.module.css

This file was deleted.

0 comments on commit e47d2fb

Please sign in to comment.