This commit is contained in:
Chris Troutner
2020-07-23 13:38:54 -07:00
parent 2953242714
commit ad6c738ed5
+8 -8
View File
@@ -9,15 +9,15 @@ class About extends React.Component {
render () { render () {
return ( return (
<Content <Content
title="About" title='About'
subTitle="" subTitle=''
browserTitle="About | wallet.fullstack.cash" browserTitle='About | wallet.fullstack.cash'
> >
<Row> <Row>
<Col xs={12}> <Col xs={12}>
<Box <Box
title="wallet.fullstack.cash" title='wallet.fullstack.cash'
type="primary" type='primary'
closable closable
collapsable collapsable
> >
@@ -32,9 +32,9 @@ class About extends React.Component {
is in-progress, the code is in-flux, and many things will change is in-progress, the code is in-flux, and many things will change
or break. Please solicit feedback on this app in our{' '} or break. Please solicit feedback on this app in our{' '}
<a <a
href="https://t.me/permissionless_software" href='https://t.me/permissionless_software'
target="_blank" target='_blank'
rel="noopener noreferrer" rel='noopener noreferrer'
> >
Telegram Channel Telegram Channel
</a> </a>