Skip to content

Commit

Permalink
Update src/components/activation-code/activation-code-form.jsx
Browse files Browse the repository at this point in the history
Co-authored-by: Sine Jespersen <[email protected]>
  • Loading branch information
tuj and sinejespersen authored Dec 11, 2024
1 parent 136e85e commit 62de69d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/activation-code/activation-code-form.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function ActivationCodeForm({
<LoadingComponent isLoading={isLoading} loadingMessage={loadingMessage} />
<Form>
<Row className="m-3">
<h1 id="h1UserDisplayName">{headerText}</h1>
<h1>{headerText}</h1>
<Col>
<ContentBody>
<div className="mb-2">
Expand Down

0 comments on commit 62de69d

Please sign in to comment.