+1
-1
index.html
+1
-1
index.html
···
26
26
<script src="/src/index.tsx" type="module"></script>
27
27
</head>
28
28
29
-
<body id="root" class="dark:bg-dark-500 bg-neutral-100">
29
+
<body id="root" class="dark:bg-dark-500 min-h-screen bg-neutral-100">
30
30
<noscript>You need to enable JavaScript to run this app.</noscript>
31
31
</body>
32
32
</html>