Skip to content

Commit

Permalink
Image paths fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
yigitfindikli committed Mar 8, 2021
1 parent d8964a2 commit 252da27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/showcase/components/support/support.component.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.header-support {
display: flex;
background-image: url(/assets/showcase/images/header-pro.jpg);
background-image: url(../../../../assets/showcase/images/header-pro.jpg);
background-size: cover;
height: 10rem;
color: white;
Expand All @@ -15,7 +15,7 @@

&.pro {
background-color: #303132;
background-image: url(/assets/showcase/images/pro-effect.png);
background-image: url(../../../../assets/showcase/images/pro-effect.png);
background-size: cover;
color: white;
}
Expand Down

0 comments on commit 252da27

Please sign in to comment.