This commit is contained in:
legop3
2025-11-17 04:39:27 -05:00
parent ce5cd909e1
commit 922f0b1188
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ export default function LogPanel() {
<span>Server logs</span>
<span>{logs.length}</span>
</div>
<div className="mt-1 h-48 overflow-y-auto rounded-sm bg-black/40 p-1 font-mono text-xs">
<div className="mt-1 h-64 overflow-y-auto rounded-sm bg-black/40 p-1 font-mono text-xs">
{logs.length === 0 ? (
<p>No logs yet.</p>
) : (