Skip to content

Commit 5d66dbd

Browse files
committed
chore: format
1 parent 44fa9aa commit 5d66dbd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/start/tutorial.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,10 @@ export default function Contact() {
282282
<div>
283283
<img
284284
key={contact.avatar}
285-
src={contact.avatar || `https://robohash.org/${contact.id}.png?size=200x200`}
285+
src={
286+
contact.avatar ||
287+
`https://robohash.org/${contact.id}.png?size=200x200`
288+
}
286289
/>
287290
</div>
288291

0 commit comments

Comments
 (0)