[frontend/pages] Add placeholder for birthday profile setting
This commit is contained in:
parent
31e9cf65af
commit
7d111ef05c
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@
|
|||
</button>
|
||||
</div>
|
||||
<div class="section">
|
||||
<h3>@Loc["Birthday"]</h3><input class="input" @bind="@UserProfile.Birthday"/>
|
||||
<h3>@Loc["Birthday"]</h3><input class="input" @bind="@UserProfile.Birthday" placeholder="YYYY-MM-DD"/>
|
||||
</div>
|
||||
<div class="section">
|
||||
<h3>@Loc["Location"]</h3><input class="input" @bind="@UserProfile.Location"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue