diff --git a/src/components/views/All.jsx b/src/components/views/All.jsx
index bcad83e7..6e96c25a 100755
--- a/src/components/views/All.jsx
+++ b/src/components/views/All.jsx
@@ -1291,8 +1291,8 @@ const All = () => {
- {
handleOptionClick(reply.cid);
- handleShareClick(thread.subplebbitAddress, thread.cid);
- }}>Share thread
+ handleShareClick(thread.subplebbitAddress, reply.cid);
+ }}>Share post
{({ authorAddress }) => (
<>
{authorAddress === account?.author.address ||
@@ -2129,7 +2129,7 @@ const All = () => {
- {
handleMobileOptionClick(reply.cid);
handleShareClick(selectedAddress, reply.cid)
- }}>Share thread
+ }}>Share post
{({ authorAddress }) => (
<>
{authorAddress === account?.author.address ||
diff --git a/src/components/views/Board.jsx b/src/components/views/Board.jsx
index e69b39d1..3380cce5 100755
--- a/src/components/views/Board.jsx
+++ b/src/components/views/Board.jsx
@@ -2230,8 +2230,8 @@ const Board = () => {
- {
handleOptionClick(reply.cid);
- handleShareClick(selectedAddress, thread.cid);
- }}>Share thread
+ handleShareClick(selectedAddress, reply.cid);
+ }}>Share post
{({ authorAddress }) => (
<>
{authorAddress === account?.author.address ||
@@ -3082,7 +3082,7 @@ const Board = () => {
- {
handleMobileOptionClick(reply.cid);
handleShareClick(selectedAddress, reply.cid)
- }}>Share thread
+ }}>Share post
{({ authorAddress }) => (
<>
{authorAddress === account?.author.address ||
diff --git a/src/components/views/Subscriptions.jsx b/src/components/views/Subscriptions.jsx
index 19732e8c..06fd965d 100755
--- a/src/components/views/Subscriptions.jsx
+++ b/src/components/views/Subscriptions.jsx
@@ -1299,8 +1299,8 @@ const Subscriptions = () => {
- {
handleOptionClick(reply.cid);
- handleShareClick(thread.subplebbitAddress, thread.cid);
- }}>Share thread
+ handleShareClick(thread.subplebbitAddress, reply.cid);
+ }}>Share post
{({ authorAddress }) => (
<>
{authorAddress === account?.author.address ||
@@ -2137,7 +2137,7 @@ const Subscriptions = () => {
- {
handleMobileOptionClick(reply.cid);
handleShareClick(selectedAddress, reply.cid)
- }}>Share thread
+ }}>Share post
{({ authorAddress }) => (
<>
{authorAddress === account?.author.address ||
diff --git a/src/components/views/Thread.jsx b/src/components/views/Thread.jsx
index f76e98a6..f1d608e6 100755
--- a/src/components/views/Thread.jsx
+++ b/src/components/views/Thread.jsx
@@ -1396,8 +1396,8 @@ const Thread = () => {
- {
handleOptionClick(reply.cid);
- handleShareClick(selectedAddress, comment.cid);
- }}>Share thread
+ handleShareClick(selectedAddress, reply.cid);
+ }}>Share post
{({ authorAddress }) => (
<>
{authorAddress === account?.author.address ||
@@ -2099,7 +2099,7 @@ const Thread = () => {
- {
handleMobileOptionClick(reply.cid);
handleShareClick(selectedAddress, reply.cid)
- }}>Share thread
+ }}>Share post
{({ authorAddress }) => (
<>
{authorAddress === account?.author.address ||