diff --git a/CoderClicker.html b/CoderClicker.html index 0ac2833..1b1b722 100644 --- a/CoderClicker.html +++ b/CoderClicker.html @@ -8,7 +8,7 @@

Coder Clicker

-

Created by @EdwardStarcraft as a webapp demo for a CodeDay workshop! Fork me on GitHub!

+

Created by @EdwardStarcraft as a webapp demo for a CodeDay workshop! Fork me on GitHub!

Tweet about it with the #CoderClicker hashtag! Confused? Scroll down to see the buttons.

{{> leaderboard}} @@ -20,7 +20,7 @@

Coder Clicker

UsernameMoneyDollars per Second - +//Unless it has to do with a large amount of players; I think tbody is optional. From what I have seen it works with and without. {{#each players}} {{> player}} @@ -29,7 +29,7 @@

Coder Clicker

{{#if currentUser}}You ({{user.username}}) have ${{formatCurrency user.money}} and make ${{formatCurrency user.rate}} per second!{{else}}Sign in to play!{{/if}}

- {{loginButtons}}

+ {{loginButtons}}