mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-07 13:59:28 +08:00
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:
parent
7250ce3514
commit
142ad9e41e
@ -130,8 +130,8 @@ const Assistants: FC<AssistantsProps> = ({
|
|||||||
)}
|
)}
|
||||||
</TagsContainer>
|
</TagsContainer>
|
||||||
))}
|
))}
|
||||||
|
{renderAddAssistantButton}
|
||||||
</div>
|
</div>
|
||||||
{renderAddAssistantButton}
|
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user