mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 03:37:56 +01:00
Add system specs for site settings (#209)
This commit is contained in:
committed by
GitHub
parent
ce21d660d1
commit
1e6eb17af5
@@ -65,7 +65,7 @@ const PostEditForm = ({
|
||||
type="text"
|
||||
value={title}
|
||||
onChange={e => handleChangeTitle(e.target.value)}
|
||||
className="form-control"
|
||||
className="postTitle form-control"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -91,7 +91,7 @@ const PostEditForm = ({
|
||||
value={description}
|
||||
onChange={e => handleChangeDescription(e.target.value)}
|
||||
rows={5}
|
||||
className="form-control"
|
||||
className="postDescription form-control"
|
||||
/>
|
||||
|
||||
<div className="postEditFormButtons">
|
||||
|
||||
Reference in New Issue
Block a user