"use strict";

Object.defineProperty(exports, "__esModule", {
  value: true
});
exports.default = void 0;

var _react = _interopRequireDefault(require("react"));

var _Row = _interopRequireDefault(require("@components/Row"));

function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

var AboutSpeechDetails = function AboutSpeechDetails() {
  return _react.default.createElement("div", null, _react.default.createElement(_Row.default, null, _react.default.createElement("p", {
    className: 'text--large'
  }, "Spee.ch is a media-hosting site that reads from and publishes content to the ", _react.default.createElement("a", {
    className: "link--primary",
    href: "https://lbry.io"
  }, "LBRY"), " blockchain."), _react.default.createElement("p", {
    className: 'text--large'
  }, "Spee.ch is a hosting service, but with the added benefit that it stores your content on a decentralized network of computers -- the ", _react.default.createElement("a", {
    className: "link--primary",
    href: "https://lbry.io/get"
  }, "LBRY"), " network.  This means that your images are stored in multiple locations without a single point of failure.")), _react.default.createElement(_Row.default, null, _react.default.createElement("h3", null, "Contribute"), _react.default.createElement("p", {
    className: 'text--large'
  }, "If you have an idea for your own spee.ch-like site on top of LBRY, fork our ", _react.default.createElement("a", {
    className: "link--primary",
    href: "https://github.com/lbryio/spee.ch"
  }, "github repo"), " and go to town!"), _react.default.createElement("p", {
    className: 'text--large'
  }, "If you want to improve spee.ch, join our ", _react.default.createElement("a", {
    className: "link--primary",
    href: "https://chat.lbry.io"
  }, "discord channel"), " or solve one of our ", _react.default.createElement("a", {
    className: "link--primary",
    href: "https://github.com/lbryio/spee.ch/issues"
  }, "github issues"), ".")));
};

var _default = AboutSpeechDetails;
exports.default = _default;