drop propfilepic
This commit is contained in:
parent
81d4da6550
commit
6952b8727f
@ -103,26 +103,6 @@
|
|||||||
<div class="mt-5 md:mt-0 md:col-span-2">
|
<div class="mt-5 md:mt-0 md:col-span-2">
|
||||||
<div class="shadow sm:rounded-md sm:overflow-hidden">
|
<div class="shadow sm:rounded-md sm:overflow-hidden">
|
||||||
<div class="px-4 py-5 bg-white space-y-6 sm:p-6">
|
<div class="px-4 py-5 bg-white space-y-6 sm:p-6">
|
||||||
<div>
|
|
||||||
<!-- svelte-ignore a11y-label-has-associated-control -->
|
|
||||||
<label class="block text-sm font-medium text-gray-700">
|
|
||||||
{$_('profile-picture')}
|
|
||||||
</label>
|
|
||||||
<div class="mt-2 flex items-center">
|
|
||||||
<span
|
|
||||||
class="inline-block h-20 w-20 rounded-full overflow-hidden bg-gray-100">
|
|
||||||
<img
|
|
||||||
alt={$_('profile-picture')}
|
|
||||||
class="h-20 w-20 rounded-full overflow-hidden bg-gray-100"
|
|
||||||
src={editable.profilePic || 'https://lauf-fuer-kaya.de/lfk-logo.png'} />
|
|
||||||
</span>
|
|
||||||
<!-- <button
|
|
||||||
type="button"
|
|
||||||
class="ml-5 bg-white py-2 px-3 border border-gray-300 rounded-md shadow-sm text-sm leading-4 font-medium text-gray-700 hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500">
|
|
||||||
Change
|
|
||||||
</button> -->
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="text-sm w-full">
|
<div class="text-sm w-full">
|
||||||
<label
|
<label
|
||||||
for="username"
|
for="username"
|
||||||
|
@ -191,13 +191,6 @@
|
|||||||
{/if}
|
{/if}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="mt-3 text-sm w-full">
|
|
||||||
<p class="ml-1 font-medium text-gray-700">{$_('profile-picture')}</p>
|
|
||||||
<img
|
|
||||||
alt={$_('profile-picture')}
|
|
||||||
class="h-20 w-20 rounded-full overflow-hidden bg-gray-100"
|
|
||||||
src={editable_userdata.profilePic} />
|
|
||||||
</div>
|
|
||||||
<div class="mt-3 text-sm w-full">
|
<div class="mt-3 text-sm w-full">
|
||||||
<label
|
<label
|
||||||
for="enabled"
|
for="enabled"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user