From e102ad914e2fa9d10b82b8ba75e67c203cfcc26e Mon Sep 17 00:00:00 2001
From: ZoutigeWolf <guuskamphuis@gmail.com>
Date: Wed, 3 Jul 2024 03:02:22 +0200
Subject: [PATCH] Add AH-UN schedule

---
 src/App.tsx | 14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

diff --git a/src/App.tsx b/src/App.tsx
index 5acb6e6..4b58c75 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -5,7 +5,7 @@ import {browserName, fullBrowserVersion} from "react-device-detect";
 
 function App() {
     const [time, setTime] = useState(new Date().toLocaleTimeString());
-    const [ip, setIp] = useState("-------");
+    const [ip, setIp] = useState("x.x.x.x");
 
     setInterval(() => {
         setTime(new Date().toLocaleTimeString());
@@ -34,17 +34,11 @@ function App() {
                     <Data name={"description"} value={"Computer Science Student"} indentLevel={1}/>
                     <List name={"projects"} indentLevel={1}>
                         <Object indentLevel={2}>
-                            <Data name={"name"} value={"Jonko Tracker"} indentLevel={3}/>
+                            <Data name={"name"} value={"AH-UN Schedule"} indentLevel={3}/>
                             <Data name={"when"} value={"WIP"} indentLevel={3}/>
                             <Data name={"type"} value={"Personal Project"} indentLevel={3}/>
-                            <Link name={"github"} value={"https://github.com/ZoutigeWolf/JonkoTrackerAPI"} indentLevel={3}/>
-                        </Object>
-                        <Object indentLevel={2}>
-                            <Data name={"name"} value={"Viscon Support App"} indentLevel={3}/>
-                            <Data name={"when"} value={"Late 2023 - Early 2024"} indentLevel={3}/>
-                            <Data name={"type"} value={"School Project"} indentLevel={3}/>
-                            <Link name={"github"} value={"https://github.com/INF2A-Team-2"} indentLevel={3}/>
-                            <Link name={"showcase"} value={"https://project-c.zoutigewolf.dev"} indentLevel={3}/>
+                            <Data name={"description"} value={"Mobile app to view work schedules."} indentLevel={3}/>
+                            <Link name={"github"} value={"https://github.com/ZoutigeWolf/AH-UN-Schedule"} indentLevel={3}/>
                         </Object>
                     </List>
                     <Object name={"socials"} indentLevel={1}>