style: 회원 정보 팝업 버튼 문구 MY PAGE 로 변경
This commit is contained in:
parent
508c06e1cd
commit
7163b41e9d
@ -146,7 +146,7 @@ export default function Header() {
|
|||||||
</button>
|
</button>
|
||||||
</li>
|
</li>
|
||||||
<li className="side-footer-item">
|
<li className="side-footer-item">
|
||||||
<button onClick={() => popupController.setMemberInfomationPopup(true)}>MY ADMIN</button>
|
<button onClick={() => popupController.setMemberInfomationPopup(true)}>MY PAGE</button>
|
||||||
</li>
|
</li>
|
||||||
<li className="side-footer-item">
|
<li className="side-footer-item">
|
||||||
<button onClick={() => router.push('/')}>HOME</button>
|
<button onClick={() => router.push('/')}>HOME</button>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user