Update Twemoji credits links (#34461)
* Update Twemoji credit links As https://twemoji.twitter.com/ is dead * Update links as we actually use jdecked/twemoji now
This commit is contained in:
@@ -168,10 +168,12 @@ export default class HelpUserSettingsTab extends React.Component<EmptyObject, IS
|
||||
{},
|
||||
{
|
||||
twemoji: (sub) => (
|
||||
<ExternalLink href="https://twemoji.twitter.com/">{sub}</ExternalLink>
|
||||
<ExternalLink href="https://github.com/jdecked/twemoji">{sub}</ExternalLink>
|
||||
),
|
||||
author: (sub) => (
|
||||
<ExternalLink href="https://twemoji.twitter.com/">{sub}</ExternalLink>
|
||||
<ExternalLink href="https://github.com/jdecked/twemoji/graphs/contributors">
|
||||
{sub}
|
||||
</ExternalLink>
|
||||
),
|
||||
terms: (sub) => (
|
||||
<ExternalLink
|
||||
|
||||
Reference in New Issue
Block a user