Skip to content

Commit e3caf09

Browse files
committed
chore: MainHdear profile.svg 우측정렬
1 parent 7d50d0d commit e3caf09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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"

0 commit comments

Comments
 (0)