Changed to span

This commit is contained in:
Linus Flood
2024-12-17 09:41:40 +01:00
parent baa0b22562
commit 831aea5857

View File

@@ -24,7 +24,7 @@ export default function SkeletonShimmer({
contrast?: "light" | "dark" contrast?: "light" | "dark"
}) { }) {
return ( return (
<div <span
className={variants({ contrast })} className={variants({ contrast })}
style={{ style={{
height: height, height: height,