bring John back

Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
Andrey Platov 2021-08-30 19:04:24 +02:00
parent d102f00c5c
commit b564be40a9
No known key found for this signature in database
GPG Key ID: C8787EFEB4B64AF0

View File

@ -99,7 +99,7 @@
<div class="avatar" on:click|stopPropagation={() => showModal(AvatarEditor, { label: 'Profile photo' })}><User /></div>
<div class="flex-col">
<div class="name">
<EditBox placeholder="Jonny" bind:value={newValue.firstName} on:input={isChanged}/>
<EditBox placeholder="John" bind:value={newValue.firstName} on:input={isChanged}/>
<EditBox placeholder="Appleseed" bind:value={newValue.lastName} on:input={isChanged}/>
</div>
<div class="title"><EditBox placeholder="Los Angeles" bind:value={newValue.city} on:input={isChanged}/></div>