🕹👆 Checkpoint

./views/audience.handlebars:530995/193
./public/style.css:530995/130
This commit is contained in:
Glitch (hello-express)
2020-04-09 17:13:46 +00:00
parent df26af35ac
commit 95137e2b1b
2 changed files with 11 additions and 9 deletions

View File

@@ -18,12 +18,14 @@
<main>
<h2>Participants</h2>
{{#each participants}}
<figure class="participant" id="p-{{this.participantId}}">
<img src="{{this.character}}" />
<figcaption>{{this.participantName}}</figcaption>
</figure>
{{/each}}
<div>
{{#each participants}}
<figure class="participant" id="p-{{this.participantId}}">
<img src="{{this.character}}" />
<figcaption>{{this.participantName}}</figcaption>
</figure>
{{/each}}
</div>
</main>