diff --git a/apps/ssb.json b/apps/ssb.json index f04e6a92..0566d638 100644 --- a/apps/ssb.json +++ b/apps/ssb.json @@ -1,5 +1,5 @@ { "type": "tildefriends-app", "emoji": "🦀", - "previous": "&S5oR3IlKRh5xZbC55c0jeBiO2lv1LCBR5GepCPe4YL0=.sha256" + "previous": "&J6o2XRWWAirhnQbEa6Pi0QvAex6jTH1o23npX7x82aY=.sha256" } diff --git a/apps/ssb/tf-profile.js b/apps/ssb/tf-profile.js index b0b806d6..900d19c3 100644 --- a/apps/ssb/tf-profile.js +++ b/apps/ssb/tf-profile.js @@ -248,7 +248,14 @@ class TfProfileElement extends LitElement {
${edit_profile}
-
+ ${ + image + ? html`
` + : html`
+
😎
+
Profile image not set.
+
` + }
${unsafeHTML(tfutils.markdown(description))}