From b0271c50ae79e44703101b641a06047bf807a13a Mon Sep 17 00:00:00 2001
From: Lim Chee Aun <cheeaun@gmail.com>
Date: Tue, 3 Jan 2023 00:56:11 +0800
Subject: [PATCH] Fix forgot to put back the fake <li>

---
 src/pages/home.jsx | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/src/pages/home.jsx b/src/pages/home.jsx
index 8866ddf5..f5c1e34c 100644
--- a/src/pages/home.jsx
+++ b/src/pages/home.jsx
@@ -300,7 +300,13 @@ function Home({ hidden }) {
                     root={scrollableRef.current}
                     rootMargin="100px 0px"
                   > */}
-                  <Status skeleton />
+                  <li
+                    style={{
+                      height: '20vh',
+                    }}
+                  >
+                    <Status skeleton />
+                  </li>
                   {/* </InView> */}
                   <li
                     style={{