From 258a798b50b0c9be94b40d6e50ef78c1d6a6f6cc Mon Sep 17 00:00:00 2001 From: Tobias Keinert Date: Thu, 8 Feb 2024 12:21:43 +0100 Subject: [PATCH] added link to new gitea --- .gitignore | 1 + src/App.js | 4 ++-- src/privat/components/data.json | 6 ++++++ 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9500438..90828ce 100644 --- a/.gitignore +++ b/.gitignore @@ -33,6 +33,7 @@ yarn-error.log* # production /build +/releases # misc .DS_Store diff --git a/src/App.js b/src/App.js index c38637b..88bb2ea 100644 --- a/src/App.js +++ b/src/App.js @@ -2,8 +2,8 @@ import Menu from './main/components/Menu'; import Foot from './main/components/Foot'; // eslint-disable-next-line -import Body from './main/components/NotFound'; -//import Body from './privat/components/Links'; +//import Body from './main/components/NotFound'; +import Body from './privat/components/Links'; import './App.css'; diff --git a/src/privat/components/data.json b/src/privat/components/data.json index e8bdb85..d922822 100644 --- a/src/privat/components/data.json +++ b/src/privat/components/data.json @@ -7,6 +7,12 @@ "url": "https://gitlab.letsstein.de", "logo": "gitlab.svg" }, + { + "title": "Gitea", + "subtitle": "Neue Git Verwaltung", + "url": "https://git.letsstein.de", + "logo": "gitea.svg" + }, { "title": "Pihole", "subtitle": "VPN Filter",