From a7a845eada43174bdf6df8846d7eb96011415474 Mon Sep 17 00:00:00 2001 From: "plebeius.eth" Date: Fri, 22 Sep 2023 17:57:12 +0200 Subject: [PATCH] fix(Catalog): added missing post menu button to rules and description --- src/components/views/Catalog.jsx | 76 +++++++++++++++++++++++++------- 1 file changed, 60 insertions(+), 16 deletions(-) diff --git a/src/components/views/Catalog.jsx b/src/components/views/Catalog.jsx index aefafec3..09447940 100755 --- a/src/components/views/Catalog.jsx +++ b/src/components/views/Catalog.jsx @@ -443,17 +443,39 @@ const CatalogPost = ({ post }) => { >
, @@ -625,12 +647,6 @@ const CatalogPost = ({ post }) => { >
) : null} +
  • { + setIsClientRedirectMenuOpen(true); + }} + onMouseLeave={() => { + setIsClientRedirectMenuOpen(false); + }} + > + View on » +
      +
    • handleOptionClick('description')}> + + Plebbit + +
    • + {/*
    • handleOptionClick("description")}> + Seedit +
    • */} +
    • handleOptionClick('description')}> + + Plebones + +
    • +
    +
  • ,