Skip to content

Commit 281479f

Browse files
committed
little fix
1 parent 82d00d0 commit 281479f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/routes/_layout/generate.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ function GeneratePage() {
453453
) : (
454454
<Copy className="size-4" />
455455
)}
456-
{copiedText === outputText ? "Copied" : "test"}
456+
{copiedText === outputText ? "Copied" : ""}
457457
</Button>
458458
</CardHeader>
459459
<CardContent className="space-y-3">

0 commit comments

Comments
 (0)