Bitovn / Bridge-issues

0 stars 0 forks source link

Please keep the speaking icon inside a div so it can be separated #747

Closed VayuzBidyut closed 1 month ago

VayuzBidyut commented 2 months ago

2024-05-03_095234

technicalbirdVayuz commented 2 months ago

{name}

  <div>
  {#if speaking}
    ~ 🗣️
  {/if}
</div>

is it fine?