Skip to content

Commit

Permalink
Fix image bug
Browse files Browse the repository at this point in the history
  • Loading branch information
a.paziresh committed Oct 1, 2024
1 parent 91317ab commit 92aa5f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/main/main.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
border-radius: 10px;
width: 165px;
height: 218px;
background-image: "../assets/night-cold.jpg" center/cover no-repeat;
background-image: "assets/night-cold.jpg" center/cover no-repeat;

color: white;
font-family: 'Dana', sans-serif;
Expand Down
2 changes: 1 addition & 1 deletion src/app/weather/weather.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
</head>
<div class="container-box">
<div class="imagebanner">
<img src="../../assets/night-cold.jpg" />
<img src="assets/night-cold.jpg" />
</div>
<div class="line"></div>
</div>

0 comments on commit 92aa5f3

Please sign in to comment.