Skip to content

Commit 1cff500

Browse files
committed
login page anchor replaced
1 parent fa54d51 commit 1cff500

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

src/components/login/LoginForm.tsx

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import {
2323
ButtonVariantType,
2424
ComponentSizeType,
2525
CustomInput,
26-
DocLink,
26+
getDocumentationUrl,
2727
Icon,
2828
PasswordField,
2929
ServerErrors,
@@ -141,12 +141,14 @@ export const LoginForm = ({ loginList }: LoginFormType) => {
141141

142142
<div className="flex left dc__gap-4">
143143
<Icon name="ic-help-outline" color="B500" size={12} />
144-
<DocLink
145-
docLinkKey="ADMIN_PASSWORD"
146-
text="What is my admin password?"
147-
dataTestId="learn-more-about-admin-password"
148-
size={ComponentSizeType.xxs}
149-
/>
144+
<a
145+
className="anchor fs-11 cb-5"
146+
rel="noreferrer noopener"
147+
target="_blank"
148+
href={getDocumentationUrl({ docLinkKey: 'ADMIN_PASSWORD' })}
149+
>
150+
What is my admin password?
151+
</a>
150152
</div>
151153
</div>
152154
</div>

0 commit comments

Comments
 (0)