mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-26 11:44:28 +08:00
refactor(HomePage): add id attribute to HStack and remove redundant id from Container for improved structure
This commit is contained in:
parent
b16d0069bf
commit
d9def89ced
@ -19,9 +19,9 @@ const HomePage: FC<{ style?: React.CSSProperties }> = ({ style }) => {
|
||||
}, [showAssistants, showTopics, topicPosition])
|
||||
|
||||
return (
|
||||
<HStack style={{ display: 'flex', flex: 1 }}>
|
||||
<HStack style={{ display: 'flex', flex: 1 }} id="home-page">
|
||||
<MainSidebar />
|
||||
<Container id="home-page" style={style}>
|
||||
<Container style={style}>
|
||||
<ChatNavbar />
|
||||
<ContentContainer id="content-container">
|
||||
<Chat />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user