mirror of
https://github.com/fullstack-cash/wallet.fullstack.cash.git
synced 2026-09-21 16:52:05 -07:00
linting
This commit is contained in:
+8
-8
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user