chore: Edit text

This commit is contained in:
jhynsoo 2023-11-09 14:50:00 +09:00
parent 9d2380f591
commit eb30a3c077
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ function Header() {
<S.Nav>
<div className="left">
<S.NavItem to={URL.product}>기기 목록</S.NavItem>
<S.NavItem to={URL.post}>최신</S.NavItem>
<S.NavItem to={URL.post}>판매</S.NavItem>
</div>
<AuthMenu />
</S.Nav>

View File

@ -16,7 +16,7 @@ const Posts = () => {
return (
<S.Posts>
<Title>최신</Title>
<Title>판매</Title>
<PostList
data={data}
page={page}