Skip to content

Commit

Permalink
Minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Perlkonig committed Jul 14, 2022
1 parent bebdefd commit e819acd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/Game/ActionBar/Global.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
{/if}
</div>
<div class="content">
{#if isStudent}
{#if ( (isStudent) && ($game.currplayer !== $peer.id) )}
<p>It's not your turn yet. Please wait.</p>
{/if}
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/lib/PeerList.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<div class="card-content">
<div class="field">
<input class="input" type="text" id="displayName" bind:value="{$myName}">
<button class="button is-primary" on:click="{saveDisplayName}">Update your display name</button>
<button class="button is-light" on:click="{saveDisplayName}">Update your display name</button>
</div>
<p class="content">Click on a peer to rename them.</p>
<div class="panel">
Expand Down

0 comments on commit e819acd

Please sign in to comment.