@abgov/react-components 6.4.0-alpha.1 → 6.4.1-alpha.1

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.
package/index.mjs CHANGED
@@ -3410,7 +3410,7 @@ function GoabText(props) {
3410
3410
  return /* @__PURE__ */ jsx(
3411
3411
  "goa-text",
3412
3412
  {
3413
- as: props.as || props.tag,
3413
+ as: props.tag || props.as,
3414
3414
  size: props.size,
3415
3415
  maxwidth: props.maxWidth,
3416
3416
  color: props.color,