sanity-plugin-seo-tools
Version:
> Upgrading from V2 to V3 is a breaking change. The `seo-tools` input has been replaced by a SEO pane which needs to be set-up using a custom desk structure as per the installation guide. Secondly, the previously automatically provided fields (focus keywo
31 lines (30 loc) • 825 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "SeoToolsErrorCard", {
enumerable: true,
get: function() {
return SeoToolsErrorCard;
}
});
var _react = /*#__PURE__*/ _interopRequireDefault(require("react"));
var _ui = require("@sanity/ui");
function _interopRequireDefault(obj) {
return obj && obj.__esModule ? obj : {
default: obj
};
}
var SeoToolsErrorCard = function(param) {
var children = param.children;
return /*#__PURE__*/ _react.default.createElement(_ui.Card, {
padding: [
3,
3,
4
],
shadow: 1,
tone: "critical"
}, /*#__PURE__*/ _react.default.createElement(_ui.Text, null, children));
};
//# sourceMappingURL=SeoToolsErrorCard.js.map