Skip to content

Commit 27d57ea

Browse files
Updated twemoji cdn for icon search index (#8093)
Updated twemoji docs
1 parent 0918657 commit 27d57ea

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/contributing/adding-translations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ adding the shortcode for the country flag to this field. Go to our
9898
translations for a subdivision, please choose the most appropriate available
9999
flag.
100100

101-
[Twemoji]: https://github.com/twitter/twemoji
101+
[Twemoji]: https://github.com/jdecked/twemoji
102102
[emoji search]: ../reference/icons-emojis.md#search
103103

104104
> __Why this might be helpful__: adding a country flag next to the country name

docs/reference/icons-emojis.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ the shortcodes at [Emojipedia]:
9191
:smile:
9292
9393
</div>
94-
[Twemoji]: https://github.com/twitter/twemoji
94+
[Twemoji]: https://github.com/jdecked/twemoji
9595
[Emojipedia]: https://emojipedia.org/twitter/
9696
9797
### Using icons

material/overrides/assets/javascripts/iconsearch_index.json

+1-1
Large diffs are not rendered by default.

tools/build/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ const index$ = zip(icons$, emojis$)
397397
data: Object.fromEntries(icons)
398398
},
399399
emojis: {
400-
base: `${cdn}/twitter/twemoji/master/assets/svg/`,
400+
base: `${cdn}/jdecked/twemoji/master/assets/svg/`,
401401
data: Object.fromEntries(emojis)
402402
}
403403
} as IconSearchIndex

0 commit comments

Comments
 (0)