Skip to content

Commit 85fde3a

Browse files
committed
fix: ellipsized "other social media" dropdown
Signed-off-by: Johannes Merkel <mail@johannesgge.de>
1 parent 84b9013 commit 85fde3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/models/rfcProps.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ const properties = {
272272
{ id: 'YOUTUBE', name: 'YouTube', placeholder: 'https://youtube.com/…' },
273273
{ id: 'MASTODON', name: 'Mastodon', placeholder: 'https://mastodon.social/…' },
274274
{ id: 'DIASPORA', name: 'Diaspora', placeholder: 'https://joindiaspora.com/…' },
275-
{ id: 'OTHER', name: 'Other social media', placeholder: 'https://example.com/…' },
275+
{ id: 'OTHER', name: 'Other', placeholder: 'https://example.com/…' },
276276
],
277277
},
278278
relationship: {

0 commit comments

Comments
 (0)