Skip to content

Commit

Permalink
Merge pull request #2020 from ember-learn/super-rentals-tutorial
Browse files Browse the repository at this point in the history
Tutorial Updates
  • Loading branch information
jaredgalanis authored Jun 6, 2024
2 parents 1410a59 + f7108bb commit 9719a03
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions guides/release/tutorial/part-1/orientation.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ To verify that your installation was successful, run:

```shell
$ ember --version
ember-cli: 5.8.1
ember-cli: 5.9.0
node: 18.20.3
os: linux x64
```
Expand All @@ -38,7 +38,7 @@ We can create a new project using Ember CLI's `new` command. It follows the patt
```shell
$ ember new super-rentals --lang en
installing app
Ember CLI v5.8.1
Ember CLI v5.9.0

Creating a new Ember app in /home/runner/work/super-rentals-tutorial/super-rentals-tutorial/dist/code/super-rentals:
create .editorconfig
Expand Down
4 changes: 2 additions & 2 deletions guides/release/tutorial/part-2/service-injection.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ As promised, we will now work on implementing the share button!

<!-- TODO: make this a gif instead -->

<img src="/images/tutorial/part-2/service-injection/share-button@2x.png" alt="The working share button by the end of the chapter" width="1024" height="1390">
<img src="/images/tutorial/part-2/service-injection/share-button@2x.png" alt="The working share button by the end of the chapter" width="1024" height="1382">

While adding the share button, you will learn about:

Expand Down Expand Up @@ -174,7 +174,7 @@ Let's put this component to use by invoking it from the `<Rental::Detailed>` com

With that, we should have a working share button!

<img src="/images/tutorial/part-2/service-injection/share-button@2x.png" alt="A share button that works!" width="1024" height="1390">
<img src="/images/tutorial/part-2/service-injection/share-button@2x.png" alt="A share button that works!" width="1024" height="1382">

<div class="cta">
<div class="cta-note">
Expand Down
Binary file modified public/images/tutorial/part-2/service-injection/share-button@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9719a03

Please sign in to comment.