Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
remix-run-bot committed Jun 2, 2024
1 parent 44fa9aa commit 5d66dbd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/start/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,10 @@ export default function Contact() {
<div>
<img
key={contact.avatar}
src={contact.avatar || `https://robohash.org/${contact.id}.png?size=200x200`}
src={
contact.avatar ||
`https://robohash.org/${contact.id}.png?size=200x200`
}
/>
</div>

Expand Down

0 comments on commit 5d66dbd

Please sign in to comment.