Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ad17a1f

Browse files
committed
Remove vertical line connecting the comments
1 parent f7f14ca commit ad17a1f

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/components/goals/UpdateComment.tsx

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,7 @@ export default function UpdateComment({
2323
}) {
2424
return (
2525
<li>
26-
<div className="relative pb-8">
27-
{!isLastComment && (
28-
<span
29-
className="absolute top-5 left-5 -ml-px h-full w-0.5 bg-gray-200"
30-
aria-hidden="true"
31-
></span>
32-
)}
33-
26+
<div className="relative pb-6">
3427
<div className="relative flex items-start space-x-3">
3528
<div className="relative">
3629
<Avatar src={postedBy.image} />

0 commit comments

Comments
 (0)