Add cost metrics to analytics dashboard
This commit is contained in:
@@ -101,7 +101,7 @@ export function Sidebar() {
|
||||
style={{ color: "var(--text-muted)", background: "var(--row-hover)", border: "1px solid var(--surface-border)" }}
|
||||
>
|
||||
<Languages className="h-3.5 w-3.5" />
|
||||
<span className="font-medium">{locale === "zh" ? "中文" : "English"}</span>
|
||||
<span className="font-medium" suppressHydrationWarning>{locale === "zh" ? "中文" : "English"}</span>
|
||||
</button>
|
||||
|
||||
{/* Status */}
|
||||
|
||||
Reference in New Issue
Block a user