We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45b00b3 commit c7d229eCopy full SHA for c7d229e
1 file changed
src/pages/onboarding/Onboarding.tsx
@@ -77,8 +77,25 @@ const Onboarding = () => {
77
</div>
78
79
<p className="body-r-14 flex gap-1 font-alternative">
80
- <p className="text-blue-500">이용약관</p>및
81
- <p className="text-blue-500">개인정보취급방침에</p>
+ <p className="text-blue-500">
+ <a
82
+ href="https://lily-reptile-b33.notion.site/334d0aa99dcf8066a9abc2e9a2aca4fd?source=copy_link"
83
+ target="_blank"
84
+ rel="noopener noreferrer"
85
+ >
86
+ 이용약관
87
+ </a>
88
+ </p>
89
+ 및
90
91
92
93
94
+ href="https://lily-reptile-b33.notion.site/334d0aa99dcf8083bd3bf5e51e609a54?source=copy_link"
95
96
+ 개인정보취급방침에
97
98
99
동의합니다.
100
</p>
101
0 commit comments