refactor(Assistants): move add assistant button inside container div

Improve layout structure by moving the button inside the same container as other elements for better visual grouping
This commit is contained in:
icarus 2025-09-30 21:14:48 +08:00
parent 7250ce3514
commit 142ad9e41e

View File

@ -130,8 +130,8 @@ const Assistants: FC<AssistantsProps> = ({
)}
</TagsContainer>
))}
{renderAddAssistantButton}
</div>
{renderAddAssistantButton}
</>
)
}