fix: correct wrong spelling

This commit is contained in:
Xu Quan 2025-03-01 15:29:57 +08:00
parent 2d9143b94e
commit e910bca596
2 changed files with 3 additions and 3 deletions

View file

@ -84,7 +84,7 @@ const Folder = ({
}
if (focusedFolder?.path !== item.path) {
setFocusedFolder(item);
}
}
}
},
collect: (monitor) => ({
@ -241,7 +241,7 @@ const Folder = ({
}}
>
<div
className="ffs-folder-pane-left-sectionn"
className="ffs-folder-pane-left-section"
onClick={onClickFolder}
>
<span

View file

@ -110,7 +110,7 @@ If your plugin does not need CSS, delete this file.
font-weight: 450;
}
.ffs-folder-pane-left-sectionn {
.ffs-folder-pane-left-section {
display: flex;
align-items: center;
flex: 1;