lower title removed

This commit is contained in:
VividTruthKeeper 2022-09-29 23:48:37 +05:00
parent a8c6b3bb52
commit 5d650ea9ee
1 changed files with 0 additions and 8 deletions

View File

@ -81,14 +81,6 @@ const Post = () => {
/>
</div>
<div className="post__content__block">
<h4>Summary</h4>
<textarea
readOnly
rows={5}
value={postData ? postData.summary : ""}
></textarea>
</div>
<a
className="post__content__btn"
href={postData ? postData.link : ""}