synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
47 lines (46 loc) • 1.43 kB
JavaScript
import { jsx as n, jsxs as e, Fragment as a } from "react/jsx-runtime";
import { Typography as r, Link as o } from "@mui/material";
import { SignInRequiredModal as i } from "../../SignInRequiredModal/SignInRequiredModal.js";
const p = "Sign in", s = /* @__PURE__ */ e(a, { children: [
/* @__PURE__ */ n(
r,
{
variant: "smallText1",
sx: {
marginBottom: "10px"
},
children: "Anyone can browse public content on the Synapse website, but in order to download and create content you will need to register for an account using an email address."
}
),
/* @__PURE__ */ e(r, { variant: "smallText1", children: [
"To find out more see ",
/* @__PURE__ */ n(
o,
{
href: "https://help.synapse.org/docs/Managing-your-account.2055405596.html",
target: "_blank",
rel: "noopener noreferrer",
children: "User Accounts"
}
),
/* @__PURE__ */ n("span", { children: " and " }),
/* @__PURE__ */ n(
o,
{
href: "https://help.synapse.org/docs/Synapse-Governance.2004255211.html",
rel: "noopener noreferrer",
target: "_blank",
children: "Governance Overview"
}
),
"."
] })
] });
function h(t) {
return /* @__PURE__ */ n(i, { onHide: t.onHide, content: s });
}
export {
p as CONFIRM_BUTTON_TEXT,
h as DownloadLoginModal
};
//# sourceMappingURL=DownloadLoginModal.js.map