synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
27 lines (26 loc) • 838 B
JavaScript
import { jsx as e, jsxs as n } from "react/jsx-runtime";
import l from "../home_page/ExpandableContent.js";
import { QueryCount as a } from "../QueryCount/QueryCount.js";
import { Button as c } from "@mui/material";
function u({
link: r,
summary: o,
countSql: t,
title: i
}) {
return /* @__PURE__ */ e(l, { title: /* @__PURE__ */ n("div", { children: [
t && /* @__PURE__ */ e("span", { children: /* @__PURE__ */ e(a, { parens: !1, query: { sql: t } }) }),
/* @__PURE__ */ n("span", { children: [
" ",
i,
" "
] })
] }), content: /* @__PURE__ */ n("div", { children: [
/* @__PURE__ */ e("p", { children: o }),
/* @__PURE__ */ e(c, { variant: "contained", color: "secondary", href: r, children: "Explore" })
] }) });
}
export {
u as default
};
//# sourceMappingURL=GoalsV2.Mobile.js.map