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:
Michael Telatynski
2026-07-29 15:17:25 +00:00
committed by GitHub
parent 7f8c4cef80
commit e3cf63610c
@@ -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