From dff65b39a3f9f4fef49da0e900f41ed22729d7bd Mon Sep 17 00:00:00 2001 From: Arman Date: Fri, 8 Jul 2022 16:41:29 +0200 Subject: [PATCH] style: tooltip position --- src/lib/components/copy.svelte | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/lib/components/copy.svelte b/src/lib/components/copy.svelte index c8220a47f..aa221413c 100644 --- a/src/lib/components/copy.svelte +++ b/src/lib/components/copy.svelte @@ -20,10 +20,7 @@ }; - (text = 'Copy ID')} - on:click|preventDefault={copy}> + (text = 'Copy ID')} on:click|preventDefault={copy}> - {text} + {text}