Skip to content

Commit

Permalink
add xing to list of social networks
Browse files Browse the repository at this point in the history
Signed-off-by: call-me-matt <nextcloud@matthiasheinisch.de>
  • Loading branch information
call-me-matt committed Oct 21, 2020
1 parent f660cef commit 960dd04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/models/rfcProps.js
Expand Up @@ -235,6 +235,7 @@ const properties = {
{ id: 'GOOGLEPLUS', name: 'Google+', placeholder: 'https://plus.google.com/…' },
{ id: 'INSTAGRAM', name: 'Instagram', placeholder: 'https://instagram.com/…' },
{ id: 'LINKEDIN', name: 'LinkedIn', placeholder: 'https://linkedin.com/…' },
{ id: 'XING', name: 'Xing', placeholder: 'https://www.xing.com/profile/…' },
{ id: 'PINTEREST', name: 'Pinterest', placeholder: 'https://pinterest.com/…' },
{ id: 'QZONE', name: 'QZone', placeholder: 'https://qzone.com/…' },
{ id: 'TUMBLR', name: 'Tumblr', placeholder: 'https://tumblr.com/…' },
Expand Down

0 comments on commit 960dd04

Please sign in to comment.