Skip to content

enabled twitter proof UI #134

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 9, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 33 additions & 33 deletions src/components/ProofsList.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,31 +101,31 @@ const proofsTemplate = [
],
icon: 'globe'
},
{
id: 's1',
type: 'social',
subtype: 'facebook',
title: 'Verify Facebook account',
pubTitle: 'Not verified',
notes: [
'Verify your organization\'s Facebook account by creating a post with the following text',
'>Winding Tree Marketplace account: [ORGID]',
'Once you have created the post, paste a link to it below'
],
icon: 'facebook'
},
// {
// id: 's2',
// id: 's1',
// type: 'social',
// subtype: 'twitter',
// title: 'Prove your Twitter account',
// pubTitle: 'Twitter account proof not submitted yet',
// subtype: 'facebook',
// title: 'Connect company Facebook account',
// pubTitle: 'Not connected',
// notes: [
// 'To prove that a Twitter account is yours copy this exactrly as it appears and create a post in your Twitter',
// '>Verifying my ORG.ID identifier: [ORGID]'
// 'Connect your company\'s Facebook account by creating a post with the following text',
// '>Winding Tree Marketplace account: [ORGID]',
// 'Once you have created the post, paste a link to it below'
// ],
// icon: 'twitter'
// icon: 'facebook'
// },
{
id: 's2',
type: 'social',
subtype: 'twitter',
title: 'Prove your Twitter account',
pubTitle: 'Twitter account proof not submitted yet',
notes: [
'To prove that a Twitter account is yours copy this exactrly as it appears and create a post in your Twitter',
'>Verifying my ORG.ID identifier: [ORGID]'
],
icon: 'twitter'
},
// {
// id: 's3',
// type: 'social',
Expand All @@ -138,19 +138,19 @@ const proofsTemplate = [
// ],
// icon: 'instagram'
// },
{
id: 's4',
type: 'social',
subtype: 'linkedin',
title: 'Verify LinkedIn account',
pubTitle: 'Not verified',
notes: [
'Verify your organization LinkedIn account by creating a post with the following text',
'>Winding Tree Marketplace account: [ORGID]',
'Paste the link to the post below'
],
icon: 'linkedin'
}
// {
// id: 's4',
// type: 'social',
// subtype: 'linkedin',
// title: 'Connect company LinkedIn account',
// pubTitle: 'Not connected',
// notes: [
// 'Connect your company LinkedIn account by creating a post with the following text',
// '>Winding Tree Marketplace account: [ORGID]',
// 'Paste the link to the post below'
// ],
// icon: 'linkedin'
// }
];

// Extract specific assertion from the list
Expand Down