From 67d931c40215c995f2c34651e91e678ff10fdb2e Mon Sep 17 00:00:00 2001 From: ibro Date: Thu, 1 Aug 2024 17:36:26 +0100 Subject: [PATCH] clarify component use --- examples/svelte/src/App.svelte | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/examples/svelte/src/App.svelte b/examples/svelte/src/App.svelte index 221ba13..1af2185 100644 --- a/examples/svelte/src/App.svelte +++ b/examples/svelte/src/App.svelte @@ -49,11 +49,12 @@ {#if account} {/if} - + Future versions of ConnectModal will not include a button. + FractlModal will take care of transitions swapping between connection states. + A reuglar button can also be used to trigger the connect moadal + + -->