diff --git a/docs/docs/twemoji-picker-api/index.md b/docs/docs/twemoji-picker-api/index.md index 01a3e70..7963ec6 100644 --- a/docs/docs/twemoji-picker-api/index.md +++ b/docs/docs/twemoji-picker-api/index.md @@ -135,7 +135,7 @@ Defines the loading label. ### twemojiPath - Type: ``string`` -- Default: ``'https://cdnjs.cloudflare.com/ajax/libs/twemoji/'`` +- Default: ``'https://cdnjs.cloudflare.com/ajax/libs/twemoji/14.0.2/'`` Defines the CDN where the Twemoji official library will request the emoji arts. diff --git a/src/components/TwemojiPicker/props.ts b/src/components/TwemojiPicker/props.ts index 6d351f1..83fcfc0 100644 --- a/src/components/TwemojiPicker/props.ts +++ b/src/components/TwemojiPicker/props.ts @@ -155,7 +155,7 @@ export default { type: String }, twemojiPath: { - default: 'https://cdnjs.cloudflare.com/ajax/libs/twemoji/', + default: 'https://cdnjs.cloudflare.com/ajax/libs/twemoji/14.0.2/', type: String }, twemojiExtension: {