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 136e85e commit 62de69dCopy full SHA for 62de69d
src/components/activation-code/activation-code-form.jsx
@@ -49,7 +49,7 @@ function ActivationCodeForm({
49
<LoadingComponent isLoading={isLoading} loadingMessage={loadingMessage} />
50
<Form>
51
<Row className="m-3">
52
- <h1 id="h1UserDisplayName">{headerText}</h1>
+ <h1>{headerText}</h1>
53
<Col>
54
<ContentBody>
55
<div className="mb-2">
0 commit comments