We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a8189f commit 75fb8c2Copy full SHA for 75fb8c2
1 file changed
solid-common-lib/src/index.ts
@@ -81,7 +81,7 @@ export async function getProfileInfo(
81
const mbox = getUrl(profileThing, Schema.mbox) ?? "";
82
const description =
83
getStringWithLocale(profileThing, Schema.description, "en-us") ?? "";
84
- const img = getUrl(profileThing, Schema.img) ?? "";
+ const img = getUrl(profileThing, Schema.img) ?? "/profile.svg";
85
const phone = getUrl(profileThing, Schema.phone) ?? "";
86
87
return { name, mbox, description, img, phone };
0 commit comments