Skip to content

Commit

Permalink
Adding John to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
guydav committed Jan 8, 2025
1 parent c8eb9d4 commit 7620ac0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified .gitsecret/keys/pubring.kbx
Binary file not shown.
Binary file modified .gitsecret/keys/pubring.kbx~
Binary file not shown.
4 changes: 2 additions & 2 deletions src/components/tasks/Task1Page.vue
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,12 @@ function flipModalVisibility() {
<!-- TODO: change title to something more helpful (e.g. game X/N?) -->
<h1 class="title is-3">Game Responses ({{ gameIndex + 1 }} / {{ participantGames.length }})</h1>
<div class="modal" :class="{'is-active': modalVisible}" id="modal-holder" @click="flipModalVisibility()">
``<div class="modal" :class="{'is-active': modalVisible}" id="modal-holder" @click="flipModalVisibility()">
<div class="modal-background"></div>
<div class="modal-content has-background-white-bis" >
<InstructionsContent :showPictures="false" :includeLastLine="false"/>
</div>
</div>
</div>``
<div class="my-2">
<div class="one-game my-4">
Expand Down

0 comments on commit 7620ac0

Please sign in to comment.