Removing copy bug

This commit is contained in:
Julio Ruiz 2026-05-25 21:16:09 -05:00
parent 995111612c
commit 572cf9031c
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ export async function copyToClipboard() {
title: 'Texto copiado!', title: 'Texto copiado!',
description: `${textOutput}`, description: `${textOutput}`,
icon: 'ph-clipboard-text', icon: 'ph-clipboard-text',
color: type == 'activities' ? 'success' : 'info' color: 'success'
}) })
} catch (err) { } catch (err) {
console.error('Failed to copy: ', err) console.error('Failed to copy: ', err)