Skip to content

Commit d3a8100

Browse files
fix: use isInline prop instead of isline-link styles
1 parent 55a9308 commit d3a8100

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/register/RegistrationFields/HonorCodeField/HonorCode.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const HonorCode = (props) => {
3131
platformName: getConfig().SITE_NAME,
3232
tosAndHonorCode: (
3333
<Hyperlink
34-
className="inline-link"
34+
isInline
3535
destination={getConfig().TOS_AND_HONOR_CODE || '#'}
3636
target="_blank"
3737
showLaunchIcon={false}
@@ -41,7 +41,7 @@ const HonorCode = (props) => {
4141
),
4242
privacyPolicy: (
4343
<Hyperlink
44-
className="inline-link"
44+
isInline
4545
destination={getConfig().PRIVACY_POLICY || '#'}
4646
target="_blank"
4747
showLaunchIcon={false}

0 commit comments

Comments
 (0)