File tree Expand file tree Collapse file tree 1 file changed +15
-7
lines changed
src/components/dialog/content Expand file tree Collapse file tree 1 file changed +15
-7
lines changed Original file line number Diff line number Diff line change 6161 <!-- Terms -->
6262 <p class =" text-xs text-muted mt-8" >
6363 {{ t('auth.login.termsText') }}
64- <span class =" text-blue-500 cursor-pointer" >{{
65- t('auth.login.termsLink')
66- }}</span >
64+ <a
65+ href =" https://www.comfy.org/terms-of-service"
66+ target =" _blank"
67+ class =" text-blue-500 cursor-pointer"
68+ >
69+ {{ t('auth.login.termsLink') }}
70+ </a >
6771 {{ t('auth.login.andText') }}
68- <span class =" text-blue-500 cursor-pointer" >{{
69- t('auth.login.privacyLink')
70- }}</span
71- >.
72+ <a
73+ href =" https://www.comfy.org/privacy-policy"
74+ target =" _blank"
75+ class =" text-blue-500 cursor-pointer"
76+ >
77+ {{ t('auth.login.privacyLink') }}
78+ </a >
79+ .
7280 </p >
7381 </div >
7482</template >
You can’t perform that action at this time.
0 commit comments