File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -91,9 +91,9 @@ export default function Setting() {
9191 >
9292 < SettingSection routeText = "λ‘κ·Έμμ" />
9393 </ section >
94- { /* <section id="withdraw-item-section">
94+ < section id = "withdraw-item-section" >
9595 < SettingSection routeText = "νμνν΄" routeUrl = "/setting/withdraw" />
96- </section> */ }
96+ </ section >
9797 </ div >
9898 ) }
9999 { isClickedLogout && (
Original file line number Diff line number Diff line change 11import React from 'react'
2+ import Button from '@components/Button'
3+ import BackButton from '@components/BackButton'
24
35const Withdraw = ( ) => {
4- return < div > κ³νν λμ</ div >
6+ return (
7+ < >
8+ < section id = "route-backIcon-button" className = "ml-[18px] mt-4" >
9+ < BackButton />
10+ </ section >
11+ < section id = "before-withdraw-info" className = "mt-11 px-6 " >
12+ < h1 className = "text-[20px] font-medium leading-[30px]" >
13+ λ μ½λ§μ νν΄νμκ² μ΄μ?
14+ </ h1 >
15+ < h3 className = "mt-10 text-[16px] font-medium leading-[18px]" >
16+ νν΄ μ < span className = "text-sub-1" > κΌ νμΈ</ span > ν΄μ£ΌμΈμ
17+ </ h3 >
18+ < ul className = "mt-6 flex flex-col gap-5 border-b border-solid border-grey-3 pb-10 text-[12px] leading-[18px] text-grey-7" >
19+ < li className = "flex" >
20+ < span > β’</ span >
21+ < span >
22+ μ§κΈ νν΄νμλ©΄ κ·Έ λμ 곡μ ν λ μ½λμ λκΈμ
23+ < p > μΆμ΅μ΄ λͺ¨λ μ¬λΌμ Έμ.</ p >
24+ </ span >
25+ </ li >
26+ < li className = "flex" >
27+ < span > β’</ span >
28+ < span >
29+ μ¬κ°μ
νμ¬λ 곡μ νλ λ μ½λμ λκΈμ
30+ < p > μΆμ΅μ 볡ꡬλμ§ μμμ.</ p >
31+ </ span >
32+ </ li >
33+ < li >
34+ < span > β’</ span >
35+ < span > νν΄ ν 1μ£ΌμΌ λμμ μ¬κ°μ
μ΄ λΆκ°λ₯ν΄μ.</ span >
36+ </ li >
37+ </ ul >
38+ </ section >
39+ < section id = "withdraw-navigate-button" className = "mt-[180px] px-6" >
40+ < Button property = "danger" > νν΄νκΈ°</ Button >
41+ </ section >
42+ </ >
43+ )
544}
645
746export default Withdraw
You canβt perform that action at this time.
0 commit comments