Skip to content

Commit

Permalink
fix: duplicate ids
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Oct 2, 2024
1 parent 4dd7e85 commit f1d976f
Show file tree
Hide file tree
Showing 3 changed files with 200 additions and 204 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"✅ Do add `devDependencies` below that are `peerDependencies` in the CFL package."
],
"dependencies": {
"codeforlife": "github:ocadotechnology/codeforlife-package-javascript#v2.3.6",
"codeforlife": "github:ocadotechnology/codeforlife-package-javascript#portal-frontend-53",
"crypto-js": "^4.2.0"
},
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions src/features/footer/RegisterToNewsletterForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ const RegisterToNewsletterForm: FC<RegisterToNewsletterFormProps> = () => {
>
<Stack spacing={2}>
<forms.EmailField
id="newsletter-email" // Avoid duplicate IDs on pages which have forms with an email field
FormHelperTextProps={{ style: { color: "white" } }}
required
/>
Expand Down
Loading

0 comments on commit f1d976f

Please sign in to comment.