Skip to content

Commit

Permalink
forum footer link
Browse files Browse the repository at this point in the history
  • Loading branch information
gbarkhatov committed Aug 6, 2024
1 parent 8cc0d8a commit b96c30c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/app/components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
import { FaXTwitter } from "react-icons/fa6";
import { GoHome } from "react-icons/go";
import { IoMdBook } from "react-icons/io";
import { MdAlternateEmail } from "react-icons/md";
import { MdAlternateEmail, MdForum } from "react-icons/md";

import { useTerms } from "@/app/context/Terms/TermsContext";

Expand Down Expand Up @@ -48,6 +48,11 @@ const iconLinks = [
url: "https://docs.babylonlabs.io/",
Icon: IoMdBook,
},
{
name: "Forum",
url: "https://forum.babylonlabs.io/",
Icon: MdForum,
},
{
name: "Email",
url: "mailto:[email protected]",
Expand Down

0 comments on commit b96c30c

Please sign in to comment.