Skip to content

Commit

Permalink
fix: dom nodes increase
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Apr 9, 2024
1 parent 0bff0db commit 5d90266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/modules/comment/CommentSkeleton.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const CommentSkeletonSingle = () => {
return (
<li className="relative animate-pulse list-none">
<li className="relative list-none content-auto">
<div className="group flex w-full items-stretch gap-2">
<div className="flex w-9 shrink-0 items-end">
<div className="size-9 rounded-full bg-gray-300 dark:bg-neutral-600" />
Expand Down

0 comments on commit 5d90266

Please sign in to comment.