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 55a9308 commit d3a8100Copy full SHA for d3a8100
src/register/RegistrationFields/HonorCodeField/HonorCode.jsx
@@ -31,7 +31,7 @@ const HonorCode = (props) => {
31
platformName: getConfig().SITE_NAME,
32
tosAndHonorCode: (
33
<Hyperlink
34
- className="inline-link"
+ isInline
35
destination={getConfig().TOS_AND_HONOR_CODE || '#'}
36
target="_blank"
37
showLaunchIcon={false}
@@ -41,7 +41,7 @@ const HonorCode = (props) => {
41
),
42
privacyPolicy: (
43
44
45
destination={getConfig().PRIVACY_POLICY || '#'}
46
47
0 commit comments