fix icon
This commit is contained in:
parent
0072b150c8
commit
7891a07d99
|
@ -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}`,
|
||||
});
|
||||
}
|
||||
|
|
|
@ -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}`,
|
||||
});
|
||||
}
|
||||
|
|
|
@ -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}`,
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue