Skip to content

Commit

Permalink
feature: Footer link (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrwbabylonlab authored Aug 7, 2024
2 parents de25ec8 + b96c30c commit 3578201
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 3578201

Please sign in to comment.