Skip to content

Commit

Permalink
Spelling misstake, and deactivated reading mode
Browse files Browse the repository at this point in the history
  • Loading branch information
tveito committed Nov 27, 2024
1 parent 5bc7c6e commit ab2789d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ChatUiT2/Components/Shared/ChatMessageView.razor
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<div class="fade-in-button" style="width: 40px; height: 40px; display: flex; justify-content: center; align-items: center; flex-shrink:0;">
@if (audioState == AudioState.Idle)
{
<MudIconButton Style="width: 40px; height: 40px;" Icon="@Icons.Material.Filled.Hearing" Size="Size.Medium" OnClick="PlayMessage" />
@* <MudIconButton Style="width: 40px; height: 40px;" Icon="@Icons.Material.Filled.Hearing" Size="Size.Medium" OnClick="PlayMessage" /> *@
}
else if (audioState == AudioState.Loading)
{
Expand Down
2 changes: 1 addition & 1 deletion ChatUiT2/Components/Shared/ChatStartView.razor
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<MudDivider />
<a href="https://uit.topdesk.net/tas/public/ssp/content/detail/service?unid=5a3379b4e20e4a72bd4903f58e214ca1" target="_blank" style="text-decoration: none;">
<MudAlert Severity="Severity.Info">
New verison! Read more here :)
New version! Read more here :)
</MudAlert>
</a>
<MudText Typo="Typo.body1">
Expand Down

0 comments on commit ab2789d

Please sign in to comment.