This commit is contained in:
おさむのひと 2025-02-12 06:23:04 +09:00
parent 0072b150c8
commit 7891a07d99
3 changed files with 3 additions and 3 deletions

View File

@ -231,7 +231,7 @@ function showMenu(ev: MouseEvent) {
details.push({
type: 'link',
text: i18n.ts._fileViewer.titleAdmin,
icon: 'ti ti-pencil',
icon: 'ti ti-info-circle',
to: `/admin/file/${props.audio.id}`,
});
}

View File

@ -147,7 +147,7 @@ function showMenu(ev: MouseEvent) {
details.push({
type: 'link',
text: i18n.ts._fileViewer.titleAdmin,
icon: 'ti ti-pencil',
icon: 'ti ti-info-circle',
to: `/admin/file/${props.image.id}`,
});
}

View File

@ -256,7 +256,7 @@ function showMenu(ev: MouseEvent) {
details.push({
type: 'link',
text: i18n.ts._fileViewer.titleAdmin,
icon: 'ti ti-pencil',
icon: 'ti ti-info-circle',
to: `/admin/file/${props.video.id}`,
});
}