Now showing logo as default profile pic

ref #103
This commit is contained in:
Nicolai Ort 2021-03-19 17:48:46 +01:00
parent 44d6cba403
commit d00f46eee1

View File

@ -54,7 +54,7 @@
<img
alt={$_('profile-picture')}
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>
<!-- <button
type="button"