1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-12 18:44:05 +02:00

fix: typo

This commit is contained in:
Acid Chicken (硫酸鶏)
2023-03-20 16:31:50 +09:00
parent ca7d2081a2
commit 2ec608fdba
3 changed files with 6 additions and 6 deletions

View File

@@ -149,7 +149,7 @@ function adjustTweetHeight(message: any) {
}
const openPlayer = (): void => {
os.popup(defineAsyncComponent(() => import('@/components/MkYoutubePlayer.vue')), {
os.popup(defineAsyncComponent(() => import('@/components/MkYouTubePlayer.vue')), {
url: requestUrl.href,
});
};