Changed to span
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user