diff --git a/packages/frontend/src/components/MkMediaAudio.vue b/packages/frontend/src/components/MkMediaAudio.vue index fce00e7f5..41425facc 100644 --- a/packages/frontend/src/components/MkMediaAudio.vue +++ b/packages/frontend/src/components/MkMediaAudio.vue @@ -143,13 +143,13 @@ function showMenu(ev: MouseEvent) { { type: 'switch', text: i18n.ts._mediaControls.loop, - icon: 'ti ti-repeat', + icon: 'ph ph-repeat', ref: loop, }, { type: 'radio', text: i18n.ts._mediaControls.playbackRate, - icon: 'ti ti-clock-play', + icon: 'ph ph-gauge', ref: speed, options: { '0.25x': 0.25, @@ -188,7 +188,7 @@ function showMenu(ev: MouseEvent) { }, { type: 'link' as const, text: i18n.ts._fileViewer.title, - icon: 'ti ti-info-circle', + icon: 'ph ph-info', to: `/my/drive/file/${props.audio.id}`, }); } diff --git a/packages/frontend/src/components/MkMediaImage.vue b/packages/frontend/src/components/MkMediaImage.vue index af9d7d824..f1fb4f5b4 100644 --- a/packages/frontend/src/components/MkMediaImage.vue +++ b/packages/frontend/src/components/MkMediaImage.vue @@ -120,7 +120,7 @@ function showMenu(ev: MouseEvent) { }, { type: 'link' as const, text: i18n.ts._fileViewer.title, - icon: 'ti ti-info-circle', + icon: 'ph ph-info', to: `/my/drive/file/${props.image.id}`, }] : [])], ev.currentTarget ?? ev.target); } diff --git a/packages/frontend/src/components/MkMediaVideo.vue b/packages/frontend/src/components/MkMediaVideo.vue index f35a40432..dbf76bc33 100644 --- a/packages/frontend/src/components/MkMediaVideo.vue +++ b/packages/frontend/src/components/MkMediaVideo.vue @@ -39,10 +39,10 @@ SPDX-License-Identifier: AGPL-3.0-only > - +
ALT
-
+
@@ -177,13 +177,13 @@ function showMenu(ev: MouseEvent) { { type: 'switch', text: i18n.ts._mediaControls.loop, - icon: 'ti ti-repeat', + icon: 'ph ph-repeat', ref: loop, }, { type: 'radio', text: i18n.ts._mediaControls.playbackRate, - icon: 'ti ti-clock-play', + icon: 'ph ph-gauge', ref: speed, options: { '0.25x': 0.25, @@ -197,7 +197,7 @@ function showMenu(ev: MouseEvent) { }, ...(document.pictureInPictureEnabled ? [{ text: i18n.ts._mediaControls.pip, - icon: 'ti ti-picture-in-picture', + icon: 'ph ph-picture-in-picture', action: togglePictureInPicture, }] : []), { @@ -227,7 +227,7 @@ function showMenu(ev: MouseEvent) { }, { type: 'link' as const, text: i18n.ts._fileViewer.title, - icon: 'ti ti-info-circle', + icon: 'ph ph-info', to: `/my/drive/file/${props.video.id}`, }); } diff --git a/packages/frontend/src/components/MkMenu.vue b/packages/frontend/src/components/MkMenu.vue index 526631b0e..6ced2fecc 100644 --- a/packages/frontend/src/components/MkMenu.vue +++ b/packages/frontend/src/components/MkMenu.vue @@ -53,7 +53,7 @@ SPDX-License-Identifier: AGPL-3.0-only
{{ item.text }} - +