diff --git a/packages/bpk-component-card/src/BpkCardWrapper.tsx b/packages/bpk-component-card/src/BpkCardWrapper.tsx index e506ec7055..c9eb50839a 100644 --- a/packages/bpk-component-card/src/BpkCardWrapper.tsx +++ b/packages/bpk-component-card/src/BpkCardWrapper.tsx @@ -87,35 +87,31 @@ const BpkCardWrapper = ({
{header}
-
- - -
- {body.text} - {body.link && body.linkText && ( - - - {body.linkText} - - - )} -
-
-
+ + +
+ {body.text} + {body.link && body.linkText && ( + + {body.linkText} + + )} +
+
);