소스 검색

Update emoji.tsx

Yifei Zhang 1 년 전
부모
커밋
bcb520ed3b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/components/emoji.tsx

+ 1 - 1
app/components/emoji.tsx

@@ -10,7 +10,7 @@ import BotIcon from "../icons/bot.svg";
 import BlackBotIcon from "../icons/black-bot.svg";
 import BlackBotIcon from "../icons/black-bot.svg";
 
 
 export function getEmojiUrl(unified: string, style: EmojiStyle) {
 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: {
 export function AvatarPicker(props: {