Skip to content

Commit f1d49bf

Browse files
committed
Format
1 parent a721627 commit f1d49bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/blog-page/blog-card-picture.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ export function BlogCardPicture({
126126
<canvas
127127
ref={canvasRef}
128128
aria-hidden="true"
129-
className="data-[visible]:animate-fade-in pointer-events-none absolute inset-0 !size-full"
129+
className="pointer-events-none absolute inset-0 !size-full data-[visible]:animate-fade-in"
130130
/>
131131
{children ? <div className="relative z-10 p-4">{children}</div> : null}
132132
</div>

0 commit comments

Comments
 (0)