Skip to content

Commit

Permalink
fix(mudblazor): fix tag case
Browse files Browse the repository at this point in the history
  • Loading branch information
SonicGD committed Jan 17, 2022
1 parent d6a05f6 commit a798084
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
@inherits TwitchBlockForm<MudBlazorBlocklyFormOptions>

<MudITem>
<MudItem>
<MudTextField T="string" @bind-Value="Block.Url" Placeholder="@LocalizationProvider["Twitch link"]" OnChange="OnChangeAsync" AllowClear="true" Label="@LocalizationProvider["Url"]"/>
<MudTooltip Text="@LocalizationProvider["Twitch video, channel or collection url"]">
<MudIconButton Class="mx-2" Icon="@Icons.Material.Outlined.Info" />
</MudTooltip>
</MudITem>
</MudItem>
<div @ref="ContainerRef" class="twitch-video" id="[email protected]"></div>

0 comments on commit a798084

Please sign in to comment.