Skip to content

Commit

Permalink
clarify component use
Browse files Browse the repository at this point in the history
  • Loading branch information
sameoldlab committed Aug 1, 2024
1 parent a8c95c9 commit 67d931c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions examples/svelte/src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,12 @@
{#if account}
<AccountModal {...account} />
{/if}

<!--
{#if connected}
<AccountDialog config={$config}></AccountDialog>
{/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
<FractlModal {config} />
-->
</main>
<footer class="links">
<a href="https://github.com/sameoldlab/fractl-ui">
Expand Down

0 comments on commit 67d931c

Please sign in to comment.