Skip to content

Commit

Permalink
Merge pull request ChatGPTNextWeb#3532 from ChatGPTNextWebTeam/update…
Browse files Browse the repository at this point in the history
…-emoji-url

fix: update emoji url
  • Loading branch information
Yidadaa authored Dec 15, 2023
2 parents def9d82 + 6fb0fb0 commit ea93a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/emoji.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import BotIcon from "../icons/bot.svg";
import BlackBotIcon from "../icons/black-bot.svg";

export function getEmojiUrl(unified: string, style: EmojiStyle) {
return `https://cdn.staticfile.org/emoji-datasource-apple/14.0.0/img/${style}/64/${unified}.png`;
return `https://cdn.staticfile.org/emoji-datasource-apple/15.0.1/img/${style}/64/${unified}.png`;
}

export function AvatarPicker(props: {
Expand Down

0 comments on commit ea93a78

Please sign in to comment.