mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 03:37:56 +01:00
Improve style pt. 1
This commit is contained in:
@@ -142,8 +142,8 @@ class NewPost extends React.Component<Props, State> {
|
||||
|
||||
return (
|
||||
<div className="newBoardContainer sidebarBox">
|
||||
<TitleText>{board.name}</TitleText>
|
||||
<MutedText>{board.description}</MutedText>
|
||||
<span className="boardTitle">{board.name}</span>
|
||||
<p><MutedText>{board.description}</MutedText></p>
|
||||
{
|
||||
isLoggedIn ?
|
||||
<Button
|
||||
|
||||
Reference in New Issue
Block a user