UNPKG

@codesandbox/api

Version:
5 lines 632 B
import { jsx as _jsx, jsxs as _jsxs } from "preact/jsx-runtime"; export function Footer({ children }) { return (_jsxs("footer", { class: "csb-api-gDXMLZ csb-api-kBqEPL", children: [children, _jsxs("span", { class: "csb-api-gDXMLZ csb-api-hlNCCE csb-api-iAmNcN", children: ["By continuing, you agree to CodeSandbox", " ", _jsx("a", { href: "https://codesandbox.io/legal/terms", rel: "noreferrer", target: "_blank", children: "Terms of Service" }), ",", " ", _jsx("a", { href: "https://codesandbox.io/legal/privacy", rel: "noreferrer", target: "_blank", children: "Privacy Policy" })] })] })); } //# sourceMappingURL=Footer.js.map