Skip to content

Commit

Permalink
fix: changes to faq data
Browse files Browse the repository at this point in the history
- update participation details
- Merge pull request #57 from rahulkhandait-sde/main
  • Loading branch information
tamalCodes authored Feb 15, 2024
2 parents fe14674 + 918b1d4 commit 92369c7
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions src/components/private/faq/FAQ.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import "./FAQ.scss";

const Faq = () => {
return (
<div className="faq" id="faq">
<div className="faq" id="faq">
<div className="faq__content">
<Header {...HeaderData.faq} />

Expand Down Expand Up @@ -43,8 +43,9 @@ const Faq = () => {
<div className="faq__body__right__top__left__top">
<h3>Who can participate?</h3>
<p>
Hack4Bengal 3.0 is an in-person hackathon. So remote
participation is not applicable.
Students in college, schools can apply. If you can innovate
or just want to have a fun learning weekend, you are most
welcome.
</p>
</div>
<div className="faq__body__right__top__left__bottom">
Expand Down Expand Up @@ -72,12 +73,12 @@ const Faq = () => {
<a
href="https://discord.com/invite/hack4bengal-2-0-920970750154899476"
target="_blank"
rel="noopener noreferrer"

>
rel="noopener noreferrer">
in #🎫ticket-support
</a>
) or email us at <a href="mailto:hack4bengal@gmail.com">hack4bengal@gmail.com</a>!
) or email us at{" "}
<a href="mailto:hack4bengal@gmail.com">hack4bengal@gmail.com</a>
!
</p>
</div>
</div>
Expand Down

0 comments on commit 92369c7

Please sign in to comment.