diff --git a/client/src/pages/Home/Home.jsx b/client/src/pages/Home/Home.jsx index de504c1..5ec7a44 100644 --- a/client/src/pages/Home/Home.jsx +++ b/client/src/pages/Home/Home.jsx @@ -1,14 +1,13 @@ import "./styles.sass"; -import GitHubImage from "@/common/images/GitHub.png" import {FontAwesomeIcon} from "@fortawesome/react-fontawesome"; -import {faGear, faPlus, faRightToBracket} from "@fortawesome/free-solid-svg-icons"; +import {faBook, faGear, faPlus, faRightToBracket} from "@fortawesome/free-solid-svg-icons"; import {Link} from "react-router-dom"; import {useRef, useState} from "react"; import {useNavigate} from "react-router"; import Dialog from "@/pages/Home/components/Dialog"; export const DONATION_LINK = "https://ko-fi.com/gnmyt"; -export const GITHUB_LINK = "https://github.com/gnmyt/PerfectMarketGame"; +export const DOCS_LINK = "https://edu.gnm.dev"; export const Home = () => { @@ -42,9 +41,9 @@ export const Home = () => { Lass doch eine Spende da, wenn dir das Spiel gefällt!

- - GitHub Logo -

Source-Code ansehen

+
+ +

Dokumentation