feat: Added "Table of contents" option to Super notes toolbar

This commit is contained in:
Aman Harwara
2023-10-18 01:56:02 +05:30
parent e993cd88e4
commit 7f14fe6342
5 changed files with 101 additions and 30 deletions

View File

@@ -142,6 +142,7 @@ export const IconNameToSvgMapping = {
themes: icons.ThemesIcon,
trash: icons.TrashIcon,
tune: icons.TuneIcon,
toc: icons.TableOfContentsIcon,
unarchive: icons.UnarchiveIcon,
underline: icons.UnderlineIcon,
undo: icons.UndoIcon,