Skip to content

Commit 874335c

Browse files
committedMar 10, 2025
BSD fixes #245: Contact section updates.
- Add contact class for background image - Add CAPTCHA placeholder text - Pass secondary button variant to reset button
1 parent 1b73cc4 commit 874335c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎stories/components/contact-us/contact-us.stories.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export default {
1111
title: "Components/Contact Us",
1212
component: ContactUs,
1313
args: {
14+
section_additional_classes: ["bix-contact"],
1415
section_prefix: "Contact",
1516
section_variant: "primary",
1617
section_title: "How can we help? <br /> We'd love to hear from you.",
@@ -43,7 +44,7 @@ export default {
4344
},
4445
],
4546
},
46-
captcha: `{{ CAPTCHA }}`,
47+
captcha: `<p>This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.</p>`,
4748
actions: [
4849
{
4950
type: "submit",
@@ -55,7 +56,7 @@ export default {
5556
{
5657
type: "reset",
5758
label: "Reset",
58-
variant: "inverse",
59+
variant: "secondary",
5960
},
6061
],
6162
},

0 commit comments

Comments
 (0)
Please sign in to comment.