Skip to content

Commit

Permalink
Hide text chat knob for now #20
Browse files Browse the repository at this point in the history
  • Loading branch information
janlelis committed May 5, 2020
1 parent bb45ce9 commit c10cbd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Party.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@
</button>
</transition>

<transition name="fade-control">
<!-- <transition name="fade-control">
<button title="Text chat" class="control control--text-chat" v-if="controlsActive">
<span role="img" aria-label="speech bubbles">🗪</span>
</button>
</transition>
</transition> -->

<transition name="fade-control">
<router-link to="/" title="Hang up" class="control control--hang-up" v-if="controlsActive">
Expand Down

0 comments on commit c10cbd2

Please sign in to comment.