@codesandbox/api
Version:
The CodeSandbox API
9 lines • 812 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Footer = void 0;
const jsx_runtime_1 = require("preact/jsx-runtime");
function Footer({ children }) {
return ((0, jsx_runtime_1.jsxs)("footer", { class: "csb-api-gDXMLZ csb-api-kBqEPL", children: [children, (0, jsx_runtime_1.jsxs)("span", { class: "csb-api-gDXMLZ csb-api-hlNCCE csb-api-iAmNcN", children: ["By continuing, you agree to CodeSandbox", " ", (0, jsx_runtime_1.jsx)("a", { href: "https://codesandbox.io/legal/terms", rel: "noreferrer", target: "_blank", children: "Terms of Service" }), ",", " ", (0, jsx_runtime_1.jsx)("a", { href: "https://codesandbox.io/legal/privacy", rel: "noreferrer", target: "_blank", children: "Privacy Policy" })] })] }));
}
exports.Footer = Footer;
//# sourceMappingURL=Footer.js.map