Skip to content

Commit

Permalink
fix: broken tutorial avatar image links (take 2) (#29021)
Browse files Browse the repository at this point in the history
* wip: reorganize tutorial part 0

* chore: remove unused images, add user avatars

* fix: crop images to squares

* fix: update screenshot of userlist

* chore: remove unused image

* fix: update broken user image URLs

* Revert "wip: reorganize tutorial part 0"

This reverts commit 007faf1.
  • Loading branch information
meganesu authored Jan 14, 2021
1 parent ad3479d commit 26ff23a
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 6 deletions.
Binary file removed docs/docs/tutorial/part-two/css-modules-1.png
Binary file not shown.
Binary file removed docs/docs/tutorial/part-two/css-modules-final.png
Binary file not shown.
Binary file modified docs/docs/tutorial/part-two/css-modules-userlist.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/docs/tutorial/part-two/glamor-example.png
Binary file not shown.
12 changes: 6 additions & 6 deletions docs/docs/tutorial/part-two/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,14 +285,14 @@ export default function About() {
<p>CSS Modules are cool</p>
{/* highlight-start */}
<User
username="Jane Doe"
avatar="https://s3.amazonaws.com/uifaces/faces/twitter/adellecharles/128.jpg"
excerpt="I'm Jane Doe. Lorem ipsum dolor sit amet, consectetur adipisicing elit."
username="Maria Randall"
avatar="https://raw.githubusercontent.com/gatsbyjs/gatsby/master/docs/docs/tutorial/part-two/pexels-daniel-xavier-1102341.jpg"
excerpt="I'm Maria Randall. Lorem ipsum dolor sit amet, consectetur adipisicing elit."
/>
<User
username="Bob Smith"
avatar="https://s3.amazonaws.com/uifaces/faces/twitter/vladarbatov/128.jpg"
excerpt="I'm Bob Smith, a vertically aligned type of guy. Lorem ipsum dolor sit amet, consectetur adipisicing elit."
username="Daniela Dewitt"
avatar="https://raw.githubusercontent.com/gatsbyjs/gatsby/master/docs/docs/tutorial/part-two/pexels-guilherme-almeida-1858175.jpg"
excerpt="I'm Daniela Dewitt. Lorem ipsum dolor sit amet, consectetur adipisicing elit."
/>
{/* highlight-end */}
</Container>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file removed docs/docs/tutorial/part-two/typography-lawton.png
Binary file not shown.

0 comments on commit 26ff23a

Please sign in to comment.