Skip to content

Commit

Permalink
fix: ellipsized "other social media" dropdown
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Merkel <mail@johannesgge.de>
  • Loading branch information
JohannesGGE committed Apr 19, 2023
1 parent 84b9013 commit 85fde3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/rfcProps.js
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ const properties = {
{ id: 'YOUTUBE', name: 'YouTube', placeholder: 'https://youtube.com/…' },
{ id: 'MASTODON', name: 'Mastodon', placeholder: 'https://mastodon.social/…' },
{ id: 'DIASPORA', name: 'Diaspora', placeholder: 'https://joindiaspora.com/…' },
{ id: 'OTHER', name: 'Other social media', placeholder: 'https://example.com/…' },
{ id: 'OTHER', name: 'Other', placeholder: 'https://example.com/…' },
],
},
relationship: {
Expand Down

0 comments on commit 85fde3a

Please sign in to comment.