Blog Update
This commit is contained in:
parent
2cf3842b91
commit
df179be1fa
@ -236,15 +236,6 @@ const CreateBlog = () => {
|
|||||||
value={title}
|
value={title}
|
||||||
onChange={(e) => setTitle(e.target.value)}
|
onChange={(e) => setTitle(e.target.value)}
|
||||||
/>
|
/>
|
||||||
{title ? (
|
|
||||||
<>
|
|
||||||
<small className="charLeft mt-4 fst-italic">
|
|
||||||
{25 - title.length} characters left
|
|
||||||
</small>
|
|
||||||
</>
|
|
||||||
) : (
|
|
||||||
<></>
|
|
||||||
)}{" "}
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="mb-3">
|
<div className="mb-3">
|
||||||
|
@ -237,15 +237,6 @@ const UpdateBlog = () => {
|
|||||||
value={title}
|
value={title}
|
||||||
onChange={(e) => setTitle(e.target.value)}
|
onChange={(e) => setTitle(e.target.value)}
|
||||||
/>
|
/>
|
||||||
{title ? (
|
|
||||||
<>
|
|
||||||
<small className="charLeft mt-4 fst-italic">
|
|
||||||
{25 - title.length} characters left
|
|
||||||
</small>
|
|
||||||
</>
|
|
||||||
) : (
|
|
||||||
<></>
|
|
||||||
)}{" "}
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="mb-3">
|
<div className="mb-3">
|
||||||
|
Loading…
Reference in New Issue
Block a user