Skip to content

Commit

Permalink
!HOTFIX: 오타, 워딩 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sangminlee98 committed Oct 16, 2023
1 parent a53c2db commit 36094cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/pages/Trade/Board/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export default function TradeBoardPage() {
navigate('/trade/process');
}}
>
중계 프로세스 확인하기
중개 프로세스 확인하기
</button>
</section>
</section>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Trade/Write/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export default function TradeWritePage() {
<p>주의사항</p>
<ul>
<li>
일반 회원은 매물 신청 후 관리자의 승인 이후 빈집중개 게시물 내
일반 회원은 매물 신청 후 관리자의 승인 이후 빈집거래 게시물 내
반영됩니다.
</li>
<li>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Trade/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default function TradePage() {
>
<section className={styles.titleContainer}>
<div className={styles.title}>
<h1>빈집중개</h1>
<h1>빈집거래</h1>
<pre>
{`자신의 빈집을 등록하거나 다양한 지역의
빈집을 구경할 수 있는 공간입니다.`}
Expand Down

0 comments on commit 36094cf

Please sign in to comment.