Skip to content

Commit

Permalink
refactor: Empty view text μˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
semnil5202 committed Aug 26, 2024
1 parent 95befe7 commit b247fbd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const NotificationList = ({ notificationList, renderItem }: NotificationL
borderTop: `1px solid ${colors.grey400}`,
}}
>
<EmptyView title="μ•Œλ¦Όμ΄ μ—†μ–΄μš”" style={{ height: 'calc(100vh - 142px)' }} />;
<EmptyView title="아직 μ•Œλ¦Όμ΄ μ—†μ–΄μš”!" style={{ height: 'calc(100vh - 142px)' }} />;
</div>
);
}
Expand Down

0 comments on commit b247fbd

Please sign in to comment.