Skip to content

Commit

Permalink
Update home.component.html (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-grana committed May 19, 2023
1 parent 03d47da commit 1e957d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/main/home/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ <h3>Related topics</h3>
</p>
</div>
<div layout-padding fxFlex="40" fxLayoutAlign="center center">
<img src="../../../assets/images/home_light.svg" *ngIf="!is_dark_theme">
<img src="../../../assets/images/home_dark.svg" *ngIf="is_dark_theme">
<img src="./assets/images/home_light.svg" *ngIf="!is_dark_theme">
<img src="./assets/images/home_dark.svg" *ngIf="is_dark_theme">
</div>
</div>

Expand Down

0 comments on commit 1e957d2

Please sign in to comment.