UNPKG

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

19 lines (18 loc) 574 B
import React from "react"; import { Box, Card, Text } from "@sanity/ui"; // @README this should never happen export var SeoToolsPaneEmptyView = function() { return /*#__PURE__*/ React.createElement(Box, { padding: 3 }, /*#__PURE__*/ React.createElement(Card, { padding: [ 3, 3, 4 ], radius: 2, tone: "caution", shadow: 1 }, /*#__PURE__*/ React.createElement(Text, null, "Oops, looks like there is no document to review."))); }; //# sourceMappingURL=SeoToolsPaneEmptyView.js.map