Skip to content

Commit

Permalink
chore: Removed link to forum (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
orbmis authored Nov 27, 2023
1 parent 2aaae3e commit 24ff48f
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions website/src/components/Footer.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import "./Footer.css";
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
import { faDiscord, faDiscourse, faGithub, faTelegram } from "@fortawesome/free-brands-svg-icons";
import { faDiscord, faGithub, faTelegram } from "@fortawesome/free-brands-svg-icons";
import { Link } from "react-router-dom";
import { faBook, faLeaf } from "@fortawesome/free-solid-svg-icons";

Expand Down Expand Up @@ -30,13 +30,6 @@ function Navbar() {
</Link>
</li>

<li className="social-icon__item">
<Link className="social-icon__link" to={"https://community.ver.ax"}
target={"_blank"}>
<FontAwesomeIcon icon={faDiscourse} />
</Link>
</li>

<li className="social-icon__item">
<Link className="social-icon__link" to={"https://hey.xyz/u/verax"}
target={"_blank"}>
Expand Down

0 comments on commit 24ff48f

Please sign in to comment.