Skip to content

Commit

Permalink
fix filter tag action (NEAR-DevHub#508)
Browse files Browse the repository at this point in the history
Co-authored-by: Bo Yao <[email protected]>
  • Loading branch information
Megha-Dev-19 and ailisp authored Nov 27, 2023
1 parent 7b488ab commit 90461ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devhub/entity/post/Post.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ const tags = post.snapshot.labels ? (
<div className="d-flex align-items-center my-3 me-3">
<Link
to={href({
widgetSrc: "${REPL_DEVHUB}/widget/app",
widgetSrc: "#/${REPL_DEVHUB}/widget/app",
params: { page: "feed", tag: tag },
})}
>
Expand Down

0 comments on commit 90461ce

Please sign in to comment.