메인페이지 more 버튼 추가
This commit is contained in:
parent
68a5e99d30
commit
a33edb306f
@ -6,7 +6,7 @@ export default function ProductItem({num, name, children}){
|
||||
<span className={`item-logo ico0${num}`}></span>
|
||||
{name}
|
||||
</h2>
|
||||
{num !== 4 && num !== 5 && <button className="more-btn"></button>}
|
||||
{num !== 5 && <button className="more-btn"></button>}
|
||||
</div>
|
||||
<div className="product-item-content">
|
||||
{children}
|
||||
|
||||
@ -236,7 +236,12 @@ export default function PublishPage() {
|
||||
<td className="coding_stat_web">
|
||||
<span>비밀번호 변경 팝업 추가</span>
|
||||
</td>
|
||||
<td className='red al-c'></td>
|
||||
<td className='red al-c'>
|
||||
<ul>
|
||||
<li>2025-01-06</li>
|
||||
<li>*메인페이지 자료다운로드 more 버튼 추가</li>
|
||||
</ul>
|
||||
</td>
|
||||
<td className="t-center">2024-10-10</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user