Skip to content

Commit

Permalink
Correct name on styling file
Browse files Browse the repository at this point in the history
  • Loading branch information
Ingrid committed Jun 13, 2018
1 parent 12b022c commit 8edd8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/2-main-tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ As you read earlier, Kubernetes can update your application without down time wi
You will now update the background color of the frontend application, see that the build trigger creates a new image and
update the deployment to use this in your web application.

1. Open the file [frontend/src/index.scss](../frontend/src/index.css) and edit the field `background-color` to your favourite color
1. Open the file [frontend/src/index.css](../frontend/src/index.css) and edit the field `background-color` to your favourite color
2. Commit your changes
3. Create a *cv-frontend-2.0* tag like we did earlier.
3. Go back to the cloud console in your browser and make sure that the build trigger finishes successfully
Expand Down

0 comments on commit 8edd8d0

Please sign in to comment.