added link to new gitea
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -33,6 +33,7 @@ yarn-error.log*
|
|||||||
|
|
||||||
# production
|
# production
|
||||||
/build
|
/build
|
||||||
|
/releases
|
||||||
|
|
||||||
# misc
|
# misc
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|||||||
@@ -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';
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user