diff --git a/package-lock.json b/package-lock.json index 1a7ac4b..d921d43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,8 +27,8 @@ "msw": "^1.2.2" }, "engines": { - "node": ">=18.16.0", - "npm": ">=9.5.1" + "node": "16.19.1", + "npm": "8.19.3" } }, "node_modules/@aashutoshrathi/word-wrap": { diff --git a/src/pages/posts/Post.js b/src/pages/posts/Post.js index f8709ae..e1186a2 100644 --- a/src/pages/posts/Post.js +++ b/src/pages/posts/Post.js @@ -171,13 +171,27 @@ const Post = (props) => { ) : like_id ? ( - - - + No more love!} + > +
+ + + +
+
) : currentUser ? ( + Love it!} + > +
+
+
) : ( { )} {likes_count} + See Comments!} + > + {comments_count} {bucketlist_id ? ( - - - + Remove from bucketlist!} + > +
+ + + +
+
) : ( - - - + Add to bucketlist!} + > +
+ + + +
+
)} {bucketlists_count}