fix console errors
- no "==" operator - no javascript in href - no "div" tags nested in "p" - replace "value" prop with "checked" for Form.Checkbox component
This commit is contained in:
@@ -17,6 +17,10 @@ body {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
a {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.hero {
|
||||
padding-top: 1.5rem;
|
||||
margin-bottom: 1.5rem;
|
||||
|
||||
Reference in New Issue
Block a user