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 }) => {
>
-
{/* {isModerator ? (
- <>
- change rules
- >
- ) : null} */}
+ <>
+ change rules
+ >
+ ) : null} */}
+ - {
+ setIsClientRedirectMenuOpen(true);
+ }}
+ onMouseLeave={() => {
+ setIsClientRedirectMenuOpen(false);
+ }}
+ >
+ View on »
+
+ - handleOptionClick('rules')}>
+
+ Plebbit
+
+
+ {/* - handleOptionClick("rules")}>
+ Seedit
+
*/}
+ - handleOptionClick('rules')}>
+
+ Plebones
+
+
+
+
,
@@ -625,12 +647,6 @@ const CatalogPost = ({ post }) => {
>
-
{/* {isModerator ? (
<>
change description
@@ -665,6 +681,34 @@ const CatalogPost = ({ post }) => {
) : null}
+
{
+ setIsClientRedirectMenuOpen(true);
+ }}
+ onMouseLeave={() => {
+ setIsClientRedirectMenuOpen(false);
+ }}
+ >
+ View on »
+
+ - handleOptionClick('description')}>
+
+ Plebbit
+
+
+ {/* - handleOptionClick("description")}>
+ Seedit
+
*/}
+ - handleOptionClick('description')}>
+
+ Plebones
+
+
+
+
,