mirror of
https://github.com/YuzuZensai/Minikura.git
synced 2026-09-15 03:39:18 +00:00
🐛 fix: align dashboard with secured APIs
This commit is contained in:
@@ -76,7 +76,7 @@ export function ConnectionInfoCell({ serverId, type }: ConnectionInfoCellProps)
|
||||
aria-label="Copy connection string"
|
||||
>
|
||||
{copied ? (
|
||||
<Check className="h-3 w-3 text-green-500" />
|
||||
<Check className="h-3 w-3 text-success" />
|
||||
) : (
|
||||
<Copy className="h-3 w-3" />
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user