added link to new gitea

This commit is contained in:
2024-02-08 12:21:43 +01:00
parent 658570cbd9
commit 258a798b50
3 changed files with 9 additions and 2 deletions

1
.gitignore vendored
View File

@@ -33,6 +33,7 @@ yarn-error.log*
# production # production
/build /build
/releases
# misc # misc
.DS_Store .DS_Store

View File

@@ -2,8 +2,8 @@ import Menu from './main/components/Menu';
import Foot from './main/components/Foot'; import Foot from './main/components/Foot';
// eslint-disable-next-line // eslint-disable-next-line
import Body from './main/components/NotFound'; //import Body from './main/components/NotFound';
//import Body from './privat/components/Links'; import Body from './privat/components/Links';
import './App.css'; import './App.css';

View File

@@ -7,6 +7,12 @@
"url": "https://gitlab.letsstein.de", "url": "https://gitlab.letsstein.de",
"logo": "gitlab.svg" "logo": "gitlab.svg"
}, },
{
"title": "Gitea",
"subtitle": "Neue Git Verwaltung",
"url": "https://git.letsstein.de",
"logo": "gitea.svg"
},
{ {
"title": "Pihole", "title": "Pihole",
"subtitle": "VPN Filter", "subtitle": "VPN Filter",