@abgov/react-components 6.2.2-alpha.5 → 6.2.2-alpha.6

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.js CHANGED
@@ -3400,7 +3400,7 @@ function GoabText(props) {
3400
3400
  return /* @__PURE__ */ jsxRuntime.jsx(
3401
3401
  "goa-text",
3402
3402
  {
3403
- as: props.as,
3403
+ as: props.as || props.tag,
3404
3404
  size: props.size,
3405
3405
  maxwidth: props.maxWidth,
3406
3406
  color: props.color,