Skip to content

Commit

Permalink
fix(ceremony): on click fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Swepool committed Sep 6, 2024
1 parent a61a09a commit 56e0cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ceremony/src/routes/app/client/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ let {
{#if contributionData}
{#if contributionData.canContribute && contributionData.shouldContribute}
{#if clientData}
<Button on:click={contribute}>Contribute</Button>
<Button onclick={contribute}>Contribute</Button>
{:else}
<Text>Client not connected. Unable to contribute at this time.</Text>
{/if}
Expand Down

0 comments on commit 56e0cc4

Please sign in to comment.