File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ const MainHeader = ({ isLoggedIn }: { isLoggedIn: boolean }) => {
1111 } ;
1212
1313 return (
14- < header className = "flex h-[56px] w-full items-center justify-between bg-white px -5" >
14+ < header className = "flex h-[56px] w-full items-center justify-between bg-white pl -5" >
1515 < Link to = "/" className = "flex items-center" >
1616 < img
1717 src = "/public/icon/mbtipslogo.svg"
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ const Chat = () => {
136136
137137 return (
138138 < div className = "flex h-screen w-[360px] flex-col bg-white md:w-[375px] lg:w-[500px]" >
139- < Header title = { chatTitle } />
139+ < Header title = { chatTitle } showShareIcon = { false } />
140140
141141 < div className = "flex-1 space-y-4 overflow-y-auto px-[20px] pt-6" >
142142 < IntroGuide />
You can’t perform that action at this time.
0 commit comments