Skip to content

Commit

Permalink
remove faq + contact links
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-kl1 committed Jan 30, 2025
1 parent 544f66b commit c9c5789
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Faq/Faq.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ const Faq = () => {
)}
</div>
))}
{/*
<Typography variant="small" color="dark" weight="normal">
Pour toute autre question, consultez notre{" "}
<Link href="#" className="underline">
Expand All @@ -108,6 +109,7 @@ const Faq = () => {
formulaire de contact
</Link>
</Typography>
*/}
</div>
);
};
Expand Down

0 comments on commit c9c5789

Please sign in to comment.