Generated by Spark: Fix all reported errors.

This commit is contained in:
2025-12-24 21:24:32 +00:00
parent be694544dd
commit 27e1d4da77

View File

@@ -739,7 +739,7 @@ Format your response in clear markdown with code blocks for any suggested fixes.
<div className="flex gap-2">
<Button
<Info className="text-blue-600" />
onClick={() => {
navigator.clipboard.writeText(runLogs)
toast.success('Logs copied to clipboard')
}}