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
16 lines (15 loc) • 437 B
JavaScript
import React from "react";
import { Card, Text } from "@sanity/ui";
export var SeoToolsErrorCard = function(param) {
var children = param.children;
return /*#__PURE__*/ React.createElement(Card, {
padding: [
3,
3,
4
],
shadow: 1,
tone: "critical"
}, /*#__PURE__*/ React.createElement(Text, null, children));
};
//# sourceMappingURL=SeoToolsErrorCard.js.map