Fix local icon in library

This commit is contained in:
Kazuhito Yokoi 2024-12-22 20:41:49 +09:00
parent 1e8f840993
commit 471eb4e92c

View File

@ -32,7 +32,7 @@ function saveEntry(type,path,meta,body) {
module.exports = {
id: "local",
label: "editor:library.types.local",
icon: "font-awesome/fa-hdd-o",
icon: "fa fa-hdd-o",
init: init,
getEntry: getEntry,
saveEntry: saveEntry