Skip to content

Commit

Permalink
Remove meeting code textbot label and change placeholder text
Browse files Browse the repository at this point in the history
  • Loading branch information
marcel2215 committed Feb 15, 2024
1 parent 1ef678c commit 05537df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Pages/Home.razor
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<p class="text-center text-gray-500">You aren't participating in any meetings.</p>
}
<div class="space-y-2">
<NTTextBox Label="Meeting Code" Placeholder="/m/abcd1234" @bind-Text="MeetingCode" />
<NTTextBox Placeholder="https://nexttime.azurewebsites.net/m/abcd1234" @bind-Text="MeetingCode" />
<NTButton Style="ButtonStyle.Accent" IsDisabled="ValidateMeetingCode() == null" Clicked="JoinMeetingAsync">Join Meeting</NTButton>
@if (_joinMeetingError != null)
{
Expand Down

0 comments on commit 05537df

Please sign in to comment.