adrianhajdin / social_media_app

Build a modern social app with a stunning UI with a native mobile feel, a special tech stack, an infinite scroll feature, and amazing performance using React JS, Appwrite, TypeScript, and more.
https://jsmastery.pro
1.07k stars 322 forks source link

Post Details Class Error #4

Open cbhuber17 opened 8 months ago

cbhuber17 commented 8 months ago

PostDetails.jsx @ d044bd93c6a14c92a9bf45435149b8d9b12c109b Line 106 has:

className={`ost_details-delete_btn ...

This should be:

className={`post_details-delete_btn ...