Skip to content

Commit

Permalink
Merge pull request #302 from Team-Lecue/hotfix/fix-myletterview
Browse files Browse the repository at this point in the history
[Hotfix] header UX라이팅 오류 수정
  • Loading branch information
jungwoo3490 authored Apr 16, 2024
2 parents 224a644 + 1445df1 commit 3b19175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HistoryEnter/page/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function HistoryEnter() {

return (
<React.Fragment>
<Header headerTitle="내 기록 보기" />
<Header headerTitle="내 기록보기" />
<S.HistoryEnterPageBodyWrapper>
{HistoryEnterList.map((element) => {
return (
Expand Down

0 comments on commit 3b19175

Please sign in to comment.