diff --git a/src/app/favorite/page.tsx b/src/app/favorite/page.tsx index 962436d6..1f4dc6bc 100644 --- a/src/app/favorite/page.tsx +++ b/src/app/favorite/page.tsx @@ -24,7 +24,7 @@ const cx = classNames.bind(styles); const options = [ { label: '조회순', value: 'viewCnt-order' }, - { label: '위반제품순', value: 'violation-products' }, + { label: '특이사항', value: 'violation-products' }, { label: '최신순', value: 'recent-order' }, { label: '추천순', value: 'recommend-order' }, ]; diff --git a/src/app/search/page.tsx b/src/app/search/page.tsx index dbe354d5..fc369e69 100644 --- a/src/app/search/page.tsx +++ b/src/app/search/page.tsx @@ -24,7 +24,7 @@ const cx = classNames.bind(styles); const options = [ { label: '조회순', value: 'viewCnt-order' }, - { label: '위반제품순', value: 'violation-products' }, + { label: '특이사항', value: 'violation-products' }, { label: '최신순', value: 'recent-order' }, { label: '추천순', value: 'recommend-order' }, ];