@thecb/components 12.0.2-beta.1 → 12.0.2
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/dist/index.cjs.js
CHANGED
|
@@ -45964,7 +45964,7 @@ var LinkCard = function LinkCard(_ref) {
|
|
|
45964
45964
|
}
|
|
45965
45965
|
return /*#__PURE__*/React__default.createElement(InternalLink, {
|
|
45966
45966
|
key: "link-card-".concat(locatorSlug),
|
|
45967
|
-
to: disabled ?
|
|
45967
|
+
to: disabled ? undefined : href,
|
|
45968
45968
|
isUnderlined: false,
|
|
45969
45969
|
hoverUnderline: false,
|
|
45970
45970
|
tabIndex: disabled ? "-1" : "0",
|