mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 11:17:49 +01:00
Improve style of Board component
This commit is contained in:
@@ -135,7 +135,7 @@ class NewPost extends React.Component<Props, State> {
|
||||
isLoggedIn ?
|
||||
<button
|
||||
onClick={this.toggleForm}
|
||||
className="submitBtn btn btn-dark">
|
||||
className={`submitBtn btn btn-${showForm ? 'outline-' : ''}dark`}>
|
||||
{ showForm ? 'Cancel' : 'Submit feedback' }
|
||||
</button>
|
||||
:
|
||||
|
||||
Reference in New Issue
Block a user