|
@@ -233,7 +233,7 @@ export const BookmarkFolderItem: FC<BookmarkFolderItemProps> = (props: BookmarkF
|
|
|
onClick={loadChildFolder}
|
|
onClick={loadChildFolder}
|
|
|
>
|
|
>
|
|
|
<div className="d-flex justify-content-center">
|
|
<div className="d-flex justify-content-center">
|
|
|
- <span className="material-symbols-rounded">arrow_right</span>
|
|
|
|
|
|
|
+ <span className="material-symbols-outlined">arrow_right</span>
|
|
|
</div>
|
|
</div>
|
|
|
</button>
|
|
</button>
|
|
|
)}
|
|
)}
|