Skip to content

Commit 7323b76

Browse files
committed
Remove block attribute from Input as, unlike Button, it can only be applied as a class
1 parent 67ac770 commit 7323b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/pages/Contact.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ const ContactPageComponent = ({user, submitMessage, errorMessage, presetSubject,
177177
</span>
178178
</Col>
179179
<Col size={12} md={6} className="text-right">
180-
<Input type="submit" value="Submit" className="btn btn-block btn-secondary border-0" block/>
180+
<Input type="submit" value="Submit" className="btn btn-block btn-secondary border-0" />
181181
</Col>
182182
</Row>
183183
</CardFooter>

0 commit comments

Comments
 (0)