From 4b3d8e1cb4feb512b9268e7888105950bff39c4c Mon Sep 17 00:00:00 2001 From: Zeeshan Ahmad Date: Wed, 29 Nov 2023 07:00:20 +0500 Subject: [PATCH] Use a tag instead of link in posts --- src/devhub/entity/post/Post.jsx | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/devhub/entity/post/Post.jsx b/src/devhub/entity/post/Post.jsx index ff188a17b..17a80d4f7 100644 --- a/src/devhub/entity/post/Post.jsx +++ b/src/devhub/entity/post/Post.jsx @@ -625,12 +625,7 @@ const tags = post.snapshot.labels ? ( > {post.snapshot.labels.map((tag, idx) => (
- +
- +
{idx !== post.snapshot.labels.length - 1 && ( )}