Skip to content

Commit

Permalink
fix: Fixed the link to the individual post (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
frol authored Nov 3, 2023
1 parent b05895c commit 7699be1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/devhub/entity/post/Post.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ const shareButton = props.isPreview ? (
<Link
class="card-link text-dark"
to={href({
gateway: "near.org",
widgetSrc: "${REPL_DEVHUB}/widget/app",
params: { page: "post", id: postId },
})}
Expand Down

0 comments on commit 7699be1

Please sign in to comment.