Skip to content

Commit

Permalink
Corejs path updates
Browse files Browse the repository at this point in the history
Background image url fixes
  • Loading branch information
arunredhu committed Jul 29, 2019
1 parent becc9b4 commit 88056d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app/home/home.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
align-items: center;
justify-content: center;

background: url(/assets/background.jpg) no-repeat center fixed;
background: url(../../assets/background.jpg) no-repeat center fixed;
-webkit-background-size: cover; /* pour anciens Chrome et Safari */
background-size: cover; /* version standardisée */

Expand Down
3 changes: 1 addition & 2 deletions src/polyfills-test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
import 'core-js/es7/reflect';
import 'core-js/es/reflect';
import 'zone.js/dist/zone';

0 comments on commit 88056d6

Please sign in to comment.