Skip to content

Commit

Permalink
updated faq component
Browse files Browse the repository at this point in the history
  • Loading branch information
samyak-aditya committed Oct 4, 2024
1 parent 9399b07 commit c7108d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/FAQ.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const FAQ: React.FC = () => {

return (
<div className={styles["faq-container"]}>
<h2 className={styles["faq-heading"]}>We're here to answer all your questions.</h2>
<h2 className={styles["faq-heading"]}>We&apos;re here to answer all your questions.</h2>
<div className={styles["faq-list"]}>
{faqs.map((faq, index) => (
<div key={index} className={`${styles["faq-item"]} ${activeIndex === index ? styles.active : ''}`}>
Expand Down

0 comments on commit c7108d5

Please sign in to comment.