Blog Update

This commit is contained in:
Sibunnayak 2024-04-01 17:10:24 +05:30
parent 2cf3842b91
commit df179be1fa
2 changed files with 0 additions and 18 deletions

View File

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

View File

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