Skip to content

Commit 58cc655

Browse files
committed
fix: update ad privacy links to actual opt-out pages
1 parent b5fe91a commit 58cc655

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

src/pages/Privacy.tsx

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -107,25 +107,27 @@ const Privacy = () => {
107107
>
108108
Google 개인정보처리방침
109109
</a>
110-
을, 카카오의 개인정보 처리에 대한 자세한 내용은{" "}
110+
을 참조하세요.
111+
<br />
112+
맞춤형 광고 설정은{" "}
111113
<a
112-
href="https://www.kakao.com/policy/privacy"
114+
href="https://info.ds.kakao.com/optout.do"
113115
target="_blank"
114116
rel="noopener noreferrer"
115117
className="text-cyan-400 hover:underline"
116118
>
117-
카카오 개인정보처리방침
119+
카카오 광고 설정
118120
</a>
119-
을, 쿠팡의 개인정보 처리에 대한 자세한 내용은{" "}
121+
,{" "}
120122
<a
121-
href="https://www.coupang.com/np/privacy"
123+
href="https://ads-partners.coupang.com/web/ads-settings/why-this-ad"
122124
target="_blank"
123125
rel="noopener noreferrer"
124126
className="text-cyan-400 hover:underline"
125127
>
126-
쿠팡 개인정보처리방침
128+
쿠팡 광고 설정
127129
</a>
128-
을 참조하세요.
130+
에서 변경할 수 있습니다.
129131
</p>
130132
</section>
131133

0 commit comments

Comments
 (0)