From a05a12a3a8b8753810111bf73fd817c93a25bcbd Mon Sep 17 00:00:00 2001
From: 0hypercube <0hypercube@gmail.com>
Date: Mon, 26 Dec 2022 12:36:24 +0000
Subject: [PATCH] Add links to GitHub, documentation and developer information
---
pages/index.tsx | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)
diff --git a/pages/index.tsx b/pages/index.tsx
index 3639b42..760e194 100644
--- a/pages/index.tsx
+++ b/pages/index.tsx
@@ -1,8 +1,8 @@
import { Col, Container, Row, Text, Button, Spacer } from "@nextui-org/react";
import Head from "next/head";
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
-import { faDiscord, faTwitter } from "@fortawesome/free-brands-svg-icons";
-import Link from "next/link";
+import { faDiscord, faGithub, faTwitter } from "@fortawesome/free-brands-svg-icons";
+import { faBook, faCode } from "@fortawesome/free-solid-svg-icons";
const Home = () => {
return (
@@ -63,17 +63,16 @@ const Home = () => {
Subscribe for Updates
+