2018-06-08 17:50:25 +02:00
"use strict" ;
Object . defineProperty ( exports , "__esModule" , {
value : true
} ) ;
exports . default = void 0 ;
var _react = _interopRequireDefault ( require ( "react" ) ) ;
function _interopRequireDefault ( obj ) { return obj && obj . _ _esModule ? obj : { default : obj } ; }
var ChannelAbout = function ChannelAbout ( ) {
return _react . default . createElement ( "div" , null , _react . default . createElement ( "p" , {
2018-06-09 02:23:11 +02:00
className : 'text--large'
2018-06-08 17:50:25 +02:00
} , "Channels allow you to publish and group content under an identity. You can create a channel for yourself, or share one with like-minded friends. You can create 1 channel, or 100, so whether you're " , _react . default . createElement ( "a" , {
className : "link--primary" ,
target : "_blank" ,
href : "/@catalonia2017:43dcf47163caa21d8404d9fe9b30f78ef3e146a8"
} , "documenting important events" ) , ", or making a public repository for " , _react . default . createElement ( "a" , {
className : "link--primary" ,
target : "_blank" ,
href : "/@catGifs"
} , "cat gifs" ) , " (password: '1234'), try creating a channel for it!" ) ) ;
} ;
var _default = ChannelAbout ;
exports . default = _default ;