-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
hot-fix: 1.푸터 수정
2.혜택받고 등록하기 서비스 소개에서만 보이게 임시 처리
Showing
4 changed files
with
40 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,30 +5,44 @@ const Footer = () => { | |
return ( | ||
<footer className={styles.FooterWrapper}> | ||
<div className={styles.FooterTitle}>Mongle</div> | ||
<div className={styles.FooterMarketingContent}> | ||
{/* <div className={styles.FooterMarketingContent}> | ||
<button>업체 입점 문의</button> | ||
<button>마케팅/광고 제휴</button> | ||
</div> | ||
<div className={styles.FooterCorpContent}> | ||
</div> */} | ||
{/* <div className={styles.FooterCorpContent}> | ||
<div className={styles.FooterCorpInfo}> | ||
<span className={styles.CEO}>대표이사</span> | ||
<span>사업자등록번호</span> | ||
</div> | ||
<div> | ||
<span>주소</span> | ||
</div> | ||
<div> | ||
<span>[email protected]</span> | ||
</div> | ||
<div> | ||
<div>몽글몽글은 통신판매중개자로서 통신판매의 당사자가 아니며</div> | ||
<div>상품 거래정보 및 거래 등에 대해 책임을 지지 않습니다.</div> | ||
</div> | ||
</div> */} | ||
<div style={{marginTop: '8px'}}> | ||
<span>[email protected]</span> | ||
</div> | ||
<div style={{marginTop: '8px'}}> | ||
<div>몽글몽글은 통신판매중개자로서 통신판매의 당사자가 아니며</div> | ||
<div>상품 거래정보 및 거래 등에 대해 책임을 지지 않습니다.</div> | ||
</div> | ||
<div className={styles.FooterTerms}> | ||
<span>이용약관</span> | ||
<span>전자금융거래 이용약관</span> | ||
<span>개인정보 처리방침</span> | ||
<span | ||
style={{ | ||
cursor: 'pointer', | ||
}} | ||
onClick={() => { | ||
if (typeof window !== 'undefined') | ||
window.open('https://bulmang.notion.site/92ba358d0d054122b1cd15772eeb474b?pvs=4',"_blank") | ||
}}>이용약관</span> | ||
<span | ||
style={{ | ||
cursor: 'pointer' | ||
}} | ||
onClick={() => { | ||
if (typeof window !== 'undefined') | ||
window.open('https://bulmang.notion.site/3dc543619a2446f3aaf419b3028c2047',"_blank") | ||
}} | ||
>개인정보 처리방침</span> | ||
</div> | ||
</footer> | ||
); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters