Skip to content

Commit 875721f

Browse files
committed
Fix warnings and update profiles
1 parent 87c3647 commit 875721f

File tree

2 files changed

+3
-20
lines changed

2 files changed

+3
-20
lines changed

src/components/footer/FooterText.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,7 @@ import React from 'react';
22
import { makeStyles } from '@material-ui/core/styles';
33
import { Typography, Link } from '@material-ui/core';
44
import { TextDecrypt } from '../content/TextDecrypt';
5-
import Resume from '../../settings/resume.json';
6-
import {
7-
HeartIcon,
8-
HeartIconFilled,
9-
SponsorButton,
10-
} from '../content/SponsorButton';
5+
import { HeartIcon } from '../content/SponsorButton';
116

127
const useStyles = makeStyles((theme) => ({
138
footerText: {

src/settings/resume.json

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -40,21 +40,9 @@
4040
},
4141
{
4242
"network": "GitLab",
43-
"username": "johoop",
44-
"url": "https://gitlab.com/JoHoop",
43+
"username": "joli",
44+
"url": "https://gitlab.informatik.uni-bremen.de/joli",
4545
"x_icon": "fab fa-gitlab"
46-
},
47-
{
48-
"network": "Telegram",
49-
"username": "jolienhoop",
50-
"url": "https://t.me/jolienhoop",
51-
"x_icon": "fab fa-telegram-plane"
52-
},
53-
{
54-
"network": "Discord",
55-
"username": "Jo#4467",
56-
"url": "https://discord.com",
57-
"x_icon": "fab fa-discord"
5846
}
5947
]
6048
},

0 commit comments

Comments
 (0)