Skip to content

Commit b0bf6ec

Browse files
authored
Merge branch 'dev' into bug/mbti-test-result-페이지-공유-안되는-문제-해결-건
2 parents 6e3b5dc + 6f4c253 commit b0bf6ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/header/MainHeader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

src/pages/Chat.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 />

0 commit comments

Comments
 (0)