Skip to content

Commit 57dd771

Browse files
Hieu Lam - TMAcweitat
andauthored
fix-8667: Mastodon link is wrong (#8776)
Co-authored-by: cweitat <[email protected]>
1 parent 66aff95 commit 57dd771

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/utils/dictionary/social-media.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ export const socialMediaIdentifiers = socialMediaNames.map(name => {
1010

1111
const prefixOverrides: { [key: string]: string } = {
1212
'gitter' : 'https://gitter.im/',
13-
'telegram' : 'https://t.me/'
13+
'telegram' : 'https://t.me/',
14+
'mastodon' : 'https://'
1415
};
1516

1617
export interface SocialMedia {

0 commit comments

Comments
 (0)