Skip to content

Commit

Permalink
fixed some mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaZaiets committed Jan 15, 2024
1 parent 634e66e commit 42ea105
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/HomePage/HomePage.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
position: relative;

.stars {
background-image: url("../../../public/img/stars.svg");
background-image: url("../img/stars.svg");
background-position: 50% 0%;
width: 48%;
height: 110vh;
Expand All @@ -33,7 +33,7 @@
}

.detail_top {
background-image: url("../../../public/img/detail-top.png");
background-image: url("../../public/img/detail-top.png");
background-repeat: no-repeat;
background-size: 39%;
width: 100%;
Expand Down

0 comments on commit 42ea105

Please sign in to comment.