UNPKG

wix-style-react

Version:
28 lines (22 loc) 952 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _react = require('react'); var _react2 = _interopRequireDefault(_react); var _MessageBox = require('wix-style-react/MessageBox'); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } /* eslint-disable react/prop-types */ exports.default = function () { return _react2.default.createElement(_MessageBox.MessageBoxMarketerialLayout, { title: 'Looking good! Your site is on Google', fixImagePosition: true, content: 'All of your pages are indexed and now come up as separate search results on Google. This is great for your visbility!', confirmText: 'Button', imageUrl: 'https://static.wixstatic.com/media/9ab0d1_8f1d1bd00e6c4bcd8764e1cae938f872~mv1.png', theme: 'blue', primaryButtonLabel: 'Button', secondaryButtonLabel: 'Secondary action', dataHook: 'announcement-standard' }); };