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

35 lines (34 loc) 1.8 kB
import { jsxs as i, jsx as e } from "react/jsx-runtime"; import { Box as t, Typography as o } from "@mui/material"; function n() { return /* @__PURE__ */ i( t, { sx: { color: "grey.700", maxHeight: { xs: "170px", md: "110px" }, overflow: "auto", margin: "20px 0px" }, children: [ /* @__PURE__ */ e( o, { variant: "smallText1", sx: { fontWeight: 700, marginBottom: "5px" }, children: "System Use Notice" } ), /* @__PURE__ */ e(o, { variant: "smallText1", sx: { lineHeight: "21px" }, children: "Sage Bionetworks actively monitors this system and activity to maintain system security and availability and to ensure appropriate and legitimate usage. Any individual who intentionally accesses a computer or system without authorization, and who alters, damages, makes unauthorized modifications to, or destroys information, or exceeds authorized access, is in violation of applicable federal laws, Executive Orders, directives, policies, regulations, standards, and guidance. Any evidence of possible violations of proper use or applicable laws found as a result of this monitoring may be turned over to law enforcement. Any individual found to be in violation of the system's proper use rules or law could be punished with loss of system access, fines, and/or imprisonment. By proceeding, you hereby acknowledge your agreement with these terms and the system's rules of behavior and consent to such monitoring and information retrieval for law enforcement and other official purposes." }) ] } ); } export { n as SystemUseNotification, n as default }; //# sourceMappingURL=SystemUseNotification.js.map