Skip to content

Commit

Permalink
added scroll false to link
Browse files Browse the repository at this point in the history
  • Loading branch information
siinghd committed Feb 9, 2024
1 parent 54fa86e commit 072a0bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/comment/Comments.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ const Comments = async ({
modifiedSearchParams,
{},
)}
scroll={false}
>
<div className="flex gap-2">
<ArrowLeftIcon /> Go back
Expand Down Expand Up @@ -137,6 +138,7 @@ const Comments = async ({
parentId: c.id,
},
)}
scroll={false}
className="flex items-center gap-1 text-gray-500 dark:text-gray-400"
>
<ReplyIcon className="w-4 h-4" />
Expand Down

0 comments on commit 072a0bc

Please sign in to comment.