UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

22 lines (21 loc) 630 B
import { jsxs as s, jsx as e } from "react/jsx-runtime"; import r from "../../assets/icons/NoSearchResults.js"; function c() { return /* @__PURE__ */ s("div", { className: "text-center", children: [ /* @__PURE__ */ e( r, { className: "no-search-results", display: "block", height: "181px", sx: { pt: "40px", pb: "10px" } } ), /* @__PURE__ */ e("h4", { children: "No Matching Results" }), /* @__PURE__ */ e("p", { children: "Try checking the spelling or removing filters." }) ] }); } export { c as default }; //# sourceMappingURL=SearchResultsNotFound.js.map