File tree Expand file tree Collapse file tree 2 files changed +3
-20
lines changed Expand file tree Collapse file tree 2 files changed +3
-20
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,7 @@ import React from 'react';
2
2
import { makeStyles } from '@material-ui/core/styles' ;
3
3
import { Typography , Link } from '@material-ui/core' ;
4
4
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' ;
11
6
12
7
const useStyles = makeStyles ( ( theme ) => ( {
13
8
footerText : {
Original file line number Diff line number Diff line change 40
40
},
41
41
{
42
42
"network" : " GitLab" ,
43
- "username" : " johoop " ,
44
- "url" : " https://gitlab.com/JoHoop " ,
43
+ "username" : " joli " ,
44
+ "url" : " https://gitlab.informatik.uni-bremen.de/joli " ,
45
45
"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"
58
46
}
59
47
]
60
48
},
You can’t perform that action at this time.
0 commit comments