Add system specs for site settings (#209)

This commit is contained in:
Riccardo Graziosi
2023-04-12 18:35:39 +02:00
committed by GitHub
parent ce21d660d1
commit 1e6eb17af5
25 changed files with 673 additions and 111 deletions

View File

@@ -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">