fix
This commit is contained in:
committed by
Samuel Newman
parent
dc911cdd6d
commit
d4b78eeed6
@@ -160,7 +160,7 @@ function LandingPage() {
|
|||||||
<img src={arrowBottom} className="w-6 dark:invert" />
|
<img src={arrowBottom} className="w-6 dark:invert" />
|
||||||
|
|
||||||
{loading ? (
|
{loading ? (
|
||||||
<div className={`${colorMode}w-full max-w-[600px]`}>
|
<div className={`${colorMode} w-full max-w-[600px]`}>
|
||||||
<Skeleton />
|
<Skeleton />
|
||||||
</div>
|
</div>
|
||||||
) : (
|
) : (
|
||||||
|
|||||||
Reference in New Issue
Block a user