@axos-web-dev/shared-components 0.0.97 → 0.0.98
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -203,7 +203,7 @@ const ContactUsAAS = ({
|
|
|
203
203
|
variant,
|
|
204
204
|
defaultValue: "",
|
|
205
205
|
children: [
|
|
206
|
-
/* @__PURE__ */ jsx("option", { value: "", children: "Select
|
|
206
|
+
/* @__PURE__ */ jsx("option", { value: "", children: "Select Option" }),
|
|
207
207
|
/* @__PURE__ */ jsx("option", { value: "$0 - $25M", children: "$0 — $25M" }),
|
|
208
208
|
/* @__PURE__ */ jsx("option", { value: "$26M - $150M", children: "$26M — $150M" }),
|
|
209
209
|
/* @__PURE__ */ jsx("option", { value: "$151M - $500M", children: "$151M — $500M" }),
|