Skip to content

Commit

Permalink
use stream name not the uuid as title
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoSchw committed Feb 29, 2024
1 parent 8f536f6 commit 4f9ac1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/core/src/lib/component/lobby/lobby.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</svg>
<!-- Setting icon -->
</button>
<span class="nav-header">{{ stream.uuid | uppercase }} ({{ state }})</span>
<span class="nav-header">{{ stream.title}} ({{ state }})</span>
</div>
</div>

Expand Down

0 comments on commit 4f9ac1f

Please sign in to comment.