Skip to content

Commit

Permalink
fix: style
Browse files Browse the repository at this point in the history
  • Loading branch information
ssilver01 committed Aug 7, 2024
1 parent 509c475 commit b004e95
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/routers/home/introduce/Introduce.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,14 @@ const Introduce = () => {
};
return (
<Layout
HeaderLeft={<LeftArrowIcon onClick={handleBack} />}
HeaderLeft={
<LeftArrowIcon
onClick={handleBack}
css={css`
cursor: pointer;
`}
/>
}
HeaderCenter={<Txt variant="t20">팀 maximalist 소개</Txt>}
Footer
>
Expand Down

0 comments on commit b004e95

Please sign in to comment.