Fixed minor prod issues
All checks were successful
Build and publish / Build Container (push) Successful in 1m27s

This commit is contained in:
2026-03-01 00:03:45 -05:00
parent 4735968612
commit aa79b21a5f
5 changed files with 134 additions and 146 deletions

View File

@@ -12,7 +12,7 @@
margin: 0;
padding: 0;
box-sizing: border-box;
cursor: url('/cursor.png'), auto !important;
cursor: url('/assets/cursor.png'), auto !important;
}
html, body {
@@ -42,6 +42,7 @@
</style>
</head>
<body>
<div id="game"></div>
<jukebox-component id="jukebox"></jukebox-component>
<llm-component id="llm"></llm-component>