diff --git a/src/components/main/ProductItem.jsx b/src/components/main/ProductItem.jsx
index c6a4715..9333687 100644
--- a/src/components/main/ProductItem.jsx
+++ b/src/components/main/ProductItem.jsx
@@ -6,7 +6,7 @@ export default function ProductItem({num, name, children}){
{name}
- {num !== 4 && num !== 5 && }
+ {num !== 5 && }
{children}
diff --git a/src/components/publishpage/PublishPage.jsx b/src/components/publishpage/PublishPage.jsx
index 60955f4..4119ae8 100644
--- a/src/components/publishpage/PublishPage.jsx
+++ b/src/components/publishpage/PublishPage.jsx
@@ -236,7 +236,12 @@ export default function PublishPage() {
비밀번호 변경 팝업 추가
|
-
|
+
+
+ - 2025-01-06
+ - *메인페이지 자료다운로드 more 버튼 추가
+
+ |
2024-10-10 |