Merge Minor into main #113

Manually merged
niggl merged 416 commits from dev into main 2021-03-26 16:34:56 +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"