From 70f2237693f475aebc6288d210e9daef9c25a640 Mon Sep 17 00:00:00 2001 From: p0lycarpio Date: Tue, 1 Jul 2025 20:23:20 +0000 Subject: [PATCH] remove unused color --- frontend/components/global/AppButtonCopy.vue | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/frontend/components/global/AppButtonCopy.vue b/frontend/components/global/AppButtonCopy.vue index c70efa982..9538ee349 100644 --- a/frontend/components/global/AppButtonCopy.vue +++ b/frontend/components/global/AppButtonCopy.vue @@ -2,7 +2,6 @@ - + {{ $globals.icons.clipboardCheck }} {{ $t("general.your-browser-does-not-support-clipboard") }} @@ -84,7 +80,7 @@ export default defineNuxtComponent({ show.value = true; setTimeout(() => { show.value = false; - }, 2000); + }, 3000); } return {