synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
22 lines (21 loc) • 630 B
JavaScript
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