Skip to content

Commit

Permalink
Fixed jumbotron background url
Browse files Browse the repository at this point in the history
  • Loading branch information
yisus82 committed Feb 13, 2020
1 parent 0e0d9c4 commit 07a6be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/src/app/pages/home/home.component.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.jumbotron {
background: url("assets/food-background.jpg");
background: url("~/assets/food-background.jpg");
background-size: cover;
border-radius: 0;
}
Expand Down

0 comments on commit 07a6be9

Please sign in to comment.