/** * External dependencies */ import React from 'react'; /** * WordPress dependencies */ const { __ } = wp.i18n; export default ({ smushData }) => { return (
{__('Smush

{__( 'Fix the "Serve images in next-gen format" Google PageSpeed recommendation by setting up this feature. Serve WebP versions of your images to supported browsers, and gracefully fall back on JPEGs and PNGs for browsers that don\'t support WebP.', 'wp-smushit' )}

{__('Try WebP for free', 'wp-smushit')} {__('Learn more', 'wp-smushit')}

); };