diff --git a/package.json b/package.json index f5ff2ebee..4e4c93efb 100644 --- a/package.json +++ b/package.json @@ -233,4 +233,4 @@ ] } } -} \ No newline at end of file +} diff --git a/src/pages/manage/boards/index.tsx b/src/pages/manage/boards/index.tsx index 474d3f606..e8c0bfacf 100644 --- a/src/pages/manage/boards/index.tsx +++ b/src/pages/manage/boards/index.tsx @@ -15,12 +15,13 @@ import { import { useListState } from '@mantine/hooks'; import { modals } from '@mantine/modals'; import { - IconApps, + IconBox, + IconCategory, IconDeviceFloppy, IconDotsVertical, IconFolderFilled, IconPlus, - IconStar, + IconStack, IconStarFilled, IconTrash, } from '@tabler/icons-react'; @@ -105,7 +106,7 @@ const BoardsPage = () => { - + Apps {board.countApps} @@ -113,7 +114,7 @@ const BoardsPage = () => { - + Widgets {board.countWidgets} @@ -121,7 +122,7 @@ const BoardsPage = () => { - + Categories {board.countCategories}