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 » + +
  • ,