diff --git a/web/app/components/app/annotation/header-opts/index.tsx b/web/app/components/app/annotation/header-opts/index.tsx index 5b7841ee94..269e4eeb2c 100644 --- a/web/app/components/app/annotation/header-opts/index.tsx +++ b/web/app/components/app/annotation/header-opts/index.tsx @@ -5,6 +5,7 @@ import { useTranslation } from 'react-i18next' import { RiAddLine, RiMoreFill, + RiDeleteBinLine } from '@remixicon/react' import { useContext } from 'use-context-selector' import { @@ -144,7 +145,7 @@ const HeaderOptions: FC = ({ onClick={handleClearAll} className='h-9 py-2 px-3 mx-1 flex items-center space-x-2 hover:bg-red-50 rounded-lg cursor-pointer disabled:opacity-50 w-[calc(100%_-_8px)] text-red-600' > - + {t('appAnnotation.table.header.clearAll')}