From 572cf9031c379cdc9c81c5e2f111cc2de53d762c Mon Sep 17 00:00:00 2001 From: Julio Ruiz Date: Mon, 25 May 2026 21:16:09 -0500 Subject: [PATCH] Removing copy bug --- app/utils/textUtilities.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/utils/textUtilities.ts b/app/utils/textUtilities.ts index 61d8624..d84917a 100644 --- a/app/utils/textUtilities.ts +++ b/app/utils/textUtilities.ts @@ -26,7 +26,7 @@ export async function copyToClipboard() { title: 'Texto copiado!', description: `${textOutput}`, icon: 'ph-clipboard-text', - color: type == 'activities' ? 'success' : 'info' + color: 'success' }) } catch (err) { console.error('Failed to copy: ', err)