diff options
author | Vitaly Takmazov | 2018-11-22 13:02:55 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:53 +0300 |
commit | e6f0888dc7cbecd0fd186b3c3bd70e557a92413c (patch) | |
tree | f1d51e578de2e55d56cac5554e2d8e711d0e16bf /vnext/src/components/Thread.js | |
parent | a799b4ffe210a77a64117e1437c026bd771e3ac7 (diff) |
Component styling in CSS
Diffstat (limited to 'vnext/src/components/Thread.js')
-rw-r--r-- | vnext/src/components/Thread.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/src/components/Thread.js b/vnext/src/components/Thread.js index a1255fd5..079674a7 100644 --- a/vnext/src/components/Thread.js +++ b/vnext/src/components/Thread.js @@ -131,7 +131,7 @@ export default class Thread extends React.Component { </> ) : ( <> - <span> · </span>{this.state.active === msg.rid || <Button className="a-login">Reply</Button>} + <span> · </span>{this.state.active === msg.rid || <Button>Reply</Button>} </> ) } |