-
Notifications
You must be signed in to change notification settings - Fork 0
/
component---src-pages-stories-components-quote-jsx-382a2afec9916c8bbe29.js.map
1 lines (1 loc) · 3.14 KB
/
component---src-pages-stories-components-quote-jsx-382a2afec9916c8bbe29.js.map
1
{"version":3,"sources":["webpack:///component---src-pages-stories-components-quote-jsx-382a2afec9916c8bbe29.js","webpack:///./src/pages/stories/components/quote.jsx?2531"],"names":["webpackJsonp","33","module","exports","__webpack_require__","_interopRequireDefault","obj","__esModule","default","_react","_react2","Quote","props","createElement","Fragment","quote","className","id","quoteId","content","author","company","defaultProps","hasBtn"],"mappings":"AAAAA,cAAc,iBAERC,GACA,SAAUC,EAAQC,EAASC,GAEhC,YAQA,SAASC,GAAuBC,GAAO,MAAOA,IAAOA,EAAIC,WAAaD,GAAQE,QAASF,GANvFH,EAAQI,YAAa,CCPtB,IAAAE,GAAAL,EAAA,GDWKM,EAAUL,EAAuBI,GCThCE,EAAQ,SAAAC,GAAA,MACZF,GAAAF,QAAAK,cAACJ,EAAAK,SAAD,KACKF,EAAMG,MACPL,EAAAF,QAAAK,cAAA,OAAKG,UAAU,YAAYC,GAAIL,EAAMM,SACnCR,EAAAF,QAAAK,cAAA,KAAGG,UAAU,WAAb,IAAyBJ,EAAMG,MAAMI,QAArC,KACAT,EAAAF,QAAAK,cAAA,MAAIG,UAAU,8BAAd,KACKJ,EAAMG,MAAMK,OADjB,IAC0B,IACxBV,EAAAF,QAAAK,cAAA,QAAMG,UAAU,WAAWJ,EAAMG,MAAMM,WAGzC,MAIRV,GAAMW,cACJP,MAAO,KACPQ,QAAQ,GDiCTpB,EAAQK,QC9BMG,ED+BdT,EAAOC,QAAUA,EAAiB","file":"component---src-pages-stories-components-quote-jsx-382a2afec9916c8bbe29.js","sourcesContent":["webpackJsonp([43713923718840],{\n\n/***/ 33:\n/***/ (function(module, exports, __webpack_require__) {\n\n\t\"use strict\";\n\t\n\texports.__esModule = true;\n\t\n\tvar _react = __webpack_require__(1);\n\t\n\tvar _react2 = _interopRequireDefault(_react);\n\t\n\tfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n\t\n\tvar Quote = function Quote(props) {\n\t return _react2.default.createElement(\n\t _react.Fragment,\n\t null,\n\t !!props.quote ? _react2.default.createElement(\n\t \"div\",\n\t { className: \"quote-box\", id: props.quoteId },\n\t _react2.default.createElement(\n\t \"i\",\n\t { className: \"noClick\" },\n\t \"\\\"\",\n\t props.quote.content,\n\t \"\\\"\"\n\t ),\n\t _react2.default.createElement(\n\t \"h6\",\n\t { className: \"stories-quote-from noClick\" },\n\t \"- \",\n\t props.quote.author,\n\t \",\",\n\t ' ',\n\t _react2.default.createElement(\n\t \"span\",\n\t { className: \"noClick\" },\n\t props.quote.company\n\t )\n\t )\n\t ) : null\n\t );\n\t};\n\t\n\tQuote.defaultProps = {\n\t quote: null,\n\t hasBtn: false\n\t};\n\t\n\texports.default = Quote;\n\tmodule.exports = exports[\"default\"];\n\n/***/ })\n\n});\n\n\n// WEBPACK FOOTER //\n// component---src-pages-stories-components-quote-jsx-382a2afec9916c8bbe29.js","import React, { Fragment } from 'react';\n\nconst Quote = props => (\n <Fragment>\n {!!props.quote ? (\n <div className=\"quote-box\" id={props.quoteId}>\n <i className=\"noClick\">\"{props.quote.content}\"</i>\n <h6 className=\"stories-quote-from noClick\">\n - {props.quote.author},{' '}\n <span className=\"noClick\">{props.quote.company}</span>\n </h6>\n </div>\n ) : null}\n </Fragment>\n);\n\nQuote.defaultProps = {\n quote: null,\n hasBtn: false\n};\n\nexport default Quote;\n\n\n\n// WEBPACK FOOTER //\n// ./src/pages/stories/components/quote.jsx"],"sourceRoot":""}