@@ -23,15 +23,6 @@ const supportedAccounts = [
23
23
colorClass : 'el-dribble' ,
24
24
featured : true ,
25
25
} ,
26
- {
27
- providerType : 'linkedin' ,
28
- className : 'fa-linkedin' ,
29
- displayName : 'LinkedIn' ,
30
- disabled : true ,
31
- order : 5 ,
32
- colorClass : 'el-linkedin' ,
33
- featured : true ,
34
- } ,
35
26
{
36
27
providerType : 'stackoverflow' ,
37
28
className : 'fa-stack-overflow' ,
@@ -40,14 +31,6 @@ const supportedAccounts = [
40
31
order : 3 ,
41
32
colorClass : 'el-stackoverflow' ,
42
33
} ,
43
- {
44
- providerType : 'behance' ,
45
- className : 'fa-behance' ,
46
- displayName : 'Behance' ,
47
- disabled : true ,
48
- order : 2 ,
49
- colorClass : 'el-behance' ,
50
- } ,
51
34
{
52
35
providerType : 'github' ,
53
36
className : 'fa-github' ,
@@ -65,14 +48,6 @@ const supportedAccounts = [
65
48
order : 7 ,
66
49
colorClass : 'el-bitbucket' ,
67
50
} ,
68
- {
69
- providerType : 'twitter' ,
70
- className : 'fa-twitter' ,
71
- displayName : 'Twitter' ,
72
- disabled : true ,
73
- order : 4 ,
74
- colorClass : 'el-twitter' ,
75
- } ,
76
51
{
77
52
providerType : 'weblink' ,
78
53
className : 'fa-globe' ,
0 commit comments