From b58580fc4c8f676a58a10e07d87dd502937d02a5 Mon Sep 17 00:00:00 2001
From: Mathias Wagner
Date: Sun, 16 Feb 2025 14:28:07 +0100
Subject: [PATCH] Update GITHUB_LINK -> DOCS_LINK
---
client/src/pages/Home/Home.jsx | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
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!
-
-
- Source-Code ansehen
+
+
+ Dokumentation