From b03a542cecd4af8082824dcf788cb4925fd9b31a Mon Sep 17 00:00:00 2001 From: "plebeius.eth" Date: Sun, 11 Jun 2023 12:17:22 +0200 Subject: [PATCH] add PostOnHover to OP links --- src/components/PostOnHover.jsx | 24 ++++++---- src/components/views/Board.jsx | 82 +++++++++++++-------------------- src/components/views/Thread.jsx | 70 +++++++++++++--------------- 3 files changed, 78 insertions(+), 98 deletions(-) diff --git a/src/components/PostOnHover.jsx b/src/components/PostOnHover.jsx index fb3ee59a..4bb35302 100644 --- a/src/components/PostOnHover.jsx +++ b/src/components/PostOnHover.jsx @@ -78,12 +78,8 @@ const PostOnHover = ({ cid, feed }) => {   c/ - {reply.shortCid ? ( {}} id="reply-button" title="Reply to this post">{reply.shortCid} - ) : ( - Pending - )}