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 {