Skip to content

Commit

Permalink
remove old code
Browse files Browse the repository at this point in the history
  • Loading branch information
Megha-Dev-19 committed Nov 30, 2023
1 parent 5e79bef commit 2d603bc
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 @@ -625,7 +625,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 2d603bc

Please sign in to comment.