fix(admin): resolve JSX namespace and className syntax compilation errors in admin console

This commit is contained in:
Blizzard
2026-07-18 22:21:13 +08:00
parent 0d2929931f
commit d189dd967a
3 changed files with 4 additions and 516 deletions
+2 -2
View File
@@ -265,7 +265,7 @@ export function StatusPage() {
<span className="h-2 w-2 rounded-full bg-violet-600"></span>
</h3>
<p class="text-[10px] text-slate-400 mt-0.5"></p>
<p className="text-[10px] text-slate-400 mt-0.5"></p>
</div>
<div className="grid grid-cols-1 md:grid-cols-2 gap-4">
@@ -305,7 +305,7 @@ export function StatusPage() {
<span className="h-2 w-2 rounded-full bg-cyan-500"></span>
</h3>
<p class="text-[10px] text-slate-400 mt-0.5"></p>
<p className="text-[10px] text-slate-400 mt-0.5"></p>
</div>
<div className="space-y-3.5">