diff --git a/src/components/views/Board.jsx b/src/components/views/Board.jsx index 14c07851..e69b39d1 100755 --- a/src/components/views/Board.jsx +++ b/src/components/views/Board.jsx @@ -2804,6 +2804,20 @@ const Board = () => { ) : null } + +
  • handleOptionClick(thread.cid)}> + View on plebbit +
  • +
    + +
  • handleOptionClick(thread.cid)}> + View on plebones +
  • +
    , document.body )} @@ -3134,6 +3148,20 @@ const Board = () => { ) : null } + +
  • handleOptionClick(reply.cid)}> + View on plebbit +
  • +
    + +
  • handleOptionClick(reply.cid)}> + View on plebones +
  • +
    , document.body )} diff --git a/src/components/views/Thread.jsx b/src/components/views/Thread.jsx index 91bd7573..f76e98a6 100755 --- a/src/components/views/Thread.jsx +++ b/src/components/views/Thread.jsx @@ -1856,6 +1856,20 @@ const Thread = () => { ) : null } + +
  • handleOptionClick(comment.cid)}> + View on plebbit +
  • +
    + +
  • handleOptionClick(comment.cid)}> + View on plebones +
  • +
    , document.body )} @@ -2151,6 +2165,20 @@ const Thread = () => { ) : null } + +
  • handleOptionClick(reply.cid)}> + View on plebbit +
  • +
    + +
  • handleOptionClick(reply.cid)}> + View on plebones +
  • +
    , document.body )}