@thecb/components 8.4.1-beta.0 → 8.4.1-beta.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
|
@@ -43000,8 +43000,7 @@ var LinkCard = function LinkCard(_ref) {
|
|
|
43000
43000
|
var _useContext = React.useContext(styled.ThemeContext),
|
|
43001
43001
|
isMobile = _useContext.isMobile;
|
|
43002
43002
|
|
|
43003
|
-
var locatorSlug = title.toLowerCase.
|
|
43004
|
-
console.log("locatorSlug", locatorSlug);
|
|
43003
|
+
var locatorSlug = title.toLowerCase().replaceAll(/\s/, "-");
|
|
43005
43004
|
return /*#__PURE__*/React__default.createElement(Container, {
|
|
43006
43005
|
border: "1px solid ".concat(themeValues.background, ";"),
|
|
43007
43006
|
borderRadius: "8px",
|