728x90
return(
<section className={}>
<p className={}>사이트 이용약관</p>
<div className={}>
<div dangerouslySetInnerHTML={{__html: siteData.agreement_site}}></div>
</div>
</section>
)
'자바스크립트 > React' 카테고리의 다른 글
[React] 특정 라우터에 왔을 때 강제로 이동시키기 (0) | 2024.03.06 |
---|---|
[React] navigate(-1); (0) | 2024.01.24 |
[React] 의존성 배열 전달(처음 로드 되었을 때 한 번만 실행) (0) | 2024.01.19 |
[React] Warning: Expected `onClick` listener to be a function, instead got a value of `object` type. (0) | 2023.11.27 |
[React] map is not a function react (1) | 2023.11.27 |