Fix actions, etc.

This commit is contained in:
2020-05-11 10:06:12 +02:00
parent 018132034d
commit 22300c2980
11 changed files with 30 additions and 24 deletions
@@ -9,9 +9,9 @@
{{/if}}
{{else}}
<span class="anonymous">Anonymous</span>
<button {{on "click" this.signup}} class="small" type="button">Sign up</button>
<button onclick={{action "signup"}} class="small" type="button">Sign up</button>
{{#if this.showConnectButton}}
<button {{on "click" this.connectAccount}} class="small green" type="button">Connect account</button>
<button onclick={{action "connectAccount"}} class="small green" type="button">Connect account</button>
{{/if}}
{{/if}}
{{/if}}