Skip to content

Commit

Permalink
update(home): add faq link
Browse files Browse the repository at this point in the history
  • Loading branch information
daluclemas committed Jun 13, 2024
1 parent fade08f commit de5d70e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/faq/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const FAQ = () => {

<div className="flex justify-end">
<Link
to="/contact-us"
to="https://shecodeafrica.org/faq"
className="text-white capitalize w-full max-w-[176px] h-[43px] rounded-[30px] text-sm flex items-center justify-center bg-primaryPink border-2 border-primaryPink hover:bg-transparent hover:text-primaryPink transition-all gap-2"
>
see more{" "}
Expand Down

0 comments on commit de5d70e

Please sign in to comment.