We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66aff95 commit 57dd771Copy full SHA for 57dd771
app/utils/dictionary/social-media.ts
@@ -10,7 +10,8 @@ export const socialMediaIdentifiers = socialMediaNames.map(name => {
10
11
const prefixOverrides: { [key: string]: string } = {
12
'gitter' : 'https://gitter.im/',
13
- 'telegram' : 'https://t.me/'
+ 'telegram' : 'https://t.me/',
14
+ 'mastodon' : 'https://'
15
};
16
17
export interface SocialMedia {
0 commit comments