diff --git a/invokeai/frontend/web/src/features/gallery/components/Boards/AutoAddIcon.tsx b/invokeai/frontend/web/src/features/gallery/components/Boards/AutoAddIcon.tsx index 39b0a6f53f..ec22f08172 100644 --- a/invokeai/frontend/web/src/features/gallery/components/Boards/AutoAddIcon.tsx +++ b/invokeai/frontend/web/src/features/gallery/components/Boards/AutoAddIcon.tsx @@ -1,4 +1,4 @@ -import { Flex, Icon } from '@chakra-ui/react'; +import { Badge, Flex, Icon } from '@chakra-ui/react'; import { FaPlus } from 'react-icons/fa'; const AutoAddIcon = () => { @@ -11,7 +11,12 @@ const AutoAddIcon = () => { p: 1, }} > - + + auto + ); };