client/components/pages/privacy.js

"use strict";

var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
Object.defineProperty(exports, "__esModule", {
  value: true
});
exports.default = void 0;
var _react = _interopRequireDefault(require("react"));
/*
 * Copyright (C) 2015  Ben Ockmore
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License along
 * with this program; if not, write to the Free Software Foundation, Inc.,
 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */

/**
 * Renders a page containing a link to the current MusicBrainz privacy
 * policy, which will form the basis of a future privacy policy
 * for BookBrainz.
 * @returns {ReactElement} an element containing the rendered output
 */
function PrivacyPage() {
  return /*#__PURE__*/_react.default.createElement("div", null, /*#__PURE__*/_react.default.createElement("div", {
    className: "page-header"
  }, /*#__PURE__*/_react.default.createElement("h1", null, "Privacy")), /*#__PURE__*/_react.default.createElement("p", null, "For a privacy policy, please see\xA0", /*#__PURE__*/_react.default.createElement("a", {
    href: "http://musicbrainz.org/doc/About/Privacy_Policy"
  }, "http://musicbrainz.org/doc/About/Privacy_Policy")), /*#__PURE__*/_react.default.createElement("p", null, "While this currently does not apply to BookBrainz, it gives an idea of what can be expected when it gets updated to cover all MetaBrainz projects. If you\u2019re happy using MusicBrainz, we aim to make you just as comfortable using BookBrainz."));
}
PrivacyPage.displayName = 'PrivacyPage';
var _default = PrivacyPage;
exports.default = _default;
//# sourceMappingURL=privacy.js.map