Skip to content

Commit a75e153

Browse files
Merge pull request #2326 from marioskranitsas/issue2137
fix #2137
2 parents 043aa6d + 73d98b5 commit a75e153

File tree

1 file changed

+0
-25
lines changed
  • src/shared/components/Settings/Account/LinkedAccount

1 file changed

+0
-25
lines changed

src/shared/components/Settings/Account/LinkedAccount/index.jsx

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,6 @@ const supportedAccounts = [
2323
colorClass: 'el-dribble',
2424
featured: true,
2525
},
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-
},
3526
{
3627
providerType: 'stackoverflow',
3728
className: 'fa-stack-overflow',
@@ -40,14 +31,6 @@ const supportedAccounts = [
4031
order: 3,
4132
colorClass: 'el-stackoverflow',
4233
},
43-
{
44-
providerType: 'behance',
45-
className: 'fa-behance',
46-
displayName: 'Behance',
47-
disabled: true,
48-
order: 2,
49-
colorClass: 'el-behance',
50-
},
5134
{
5235
providerType: 'github',
5336
className: 'fa-github',
@@ -65,14 +48,6 @@ const supportedAccounts = [
6548
order: 7,
6649
colorClass: 'el-bitbucket',
6750
},
68-
{
69-
providerType: 'twitter',
70-
className: 'fa-twitter',
71-
displayName: 'Twitter',
72-
disabled: true,
73-
order: 4,
74-
colorClass: 'el-twitter',
75-
},
7651
{
7752
providerType: 'weblink',
7853
className: 'fa-globe',

0 commit comments

Comments
 (0)