Skip to content

Commit b1898c4

Browse files
committed
fix: profile data
1 parent a81d362 commit b1898c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platforms/pictique/src/routes/(protected)/+layout.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
<MessageInput
154154
class="sticky start-0 bottom-4 mt-4 w-full px-2"
155155
variant="comment"
156-
src="https://picsum.photos/200/200"
156+
src={profile?.avatarUrl}
157157
bind:value={commentValue}
158158
{handleSend}
159159
bind:input={commentInput}

0 commit comments

Comments
 (0)