fangmingyue 1 year ago
parent
commit
6b93125fc9
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/pages/qRegister/QRegister.jsx

+ 2
- 2
src/pages/qRegister/QRegister.jsx View File

@@ -91,8 +91,8 @@ export default (props) => {
91 91
         <Checkbox>
92 92
           <div>
93 93
             <span>我已阅读并同意</span>
94
-            <a>Qbit General Terms and Conditions</a>和
95
-            <a>Privacy Policies</a>
94
+            <a href="https://qbitnetwork.com/terms?type=QbitGeneralTermsAndConditions" target="_blank">Qbit General Terms and Conditions</a>和
95
+            <a href="https://qbitnetwork.com/terms?type=PrivacyPolicies" target="_blank">Privacy Policies</a>
96 96
             {/*<Button type="link">Qbit General Terms and Conditions</Button>
97 97
             和<Button type="link">Privacy Policies</Button> */}
98 98
           </div>