diff --git a/src/modules/beam/gather/FusionControls.tsx b/src/modules/beam/gather/FusionControls.tsx index 5c4546d7c..923e179cf 100644 --- a/src/modules/beam/gather/FusionControls.tsx +++ b/src/modules/beam/gather/FusionControls.tsx @@ -7,10 +7,10 @@ import ReplayRoundedIcon from '@mui/icons-material/ReplayRounded'; import StopRoundedIcon from '@mui/icons-material/StopRounded'; import { GoodTooltip } from '~/common/components/GoodTooltip'; +import { TooltipOutlined } from '~/common/components/TooltipOutlined'; import type { BFusion } from './beam.gather'; import type { FusionFactorySpec } from './instructions/beam.gather.factories'; -import { TooltipOutlined } from '~/common/components/TooltipOutlined'; export const FusionControlsMemo = React.memo(FusionControls); @@ -30,7 +30,7 @@ function FusionControls(props: { return ( - {/* LLM Icon */} + {/* LLM Icon with Tooltip */} {!!props.llmVendorIcon && ( @@ -74,6 +74,7 @@ function FusionControls(props: { )} + {/* Generate / Stop Button */} {!props.isFusing ? ( @@ -88,6 +89,7 @@ function FusionControls(props: { )} + {/* Remove Button */}