User settings feature/103-settings_page #104

Merged
niggl merged 25 commits from feature/103-settings_page into dev 2021-03-20 14:01:33 +00:00
Showing only changes of commit d00f46eee1 - Show all commits

View File

@ -54,7 +54,7 @@
<img <img
alt={$_('profile-picture')} alt={$_('profile-picture')}
class="h-20 w-20 rounded-full overflow-hidden bg-gray-100" class="h-20 w-20 rounded-full overflow-hidden bg-gray-100"
src={editable.profilePic} /> src={editable.profilePic || "https://lauf-fuer-kaya.de/lfk-logo.png"} />
</span> </span>
<!-- <button <!-- <button
type="button" type="button"