Skip to content

Commit

Permalink
fix: Update icon path
Browse files Browse the repository at this point in the history
  • Loading branch information
nileger committed May 3, 2024
1 parent 7efdc87 commit 1cd042d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/home/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!-- Toolbar -->
<div class="toolbar" role="banner">
<img width="40" alt="WoPeD Logo" src="../assets/woped.jpeg" />
<img width="40" alt="WoPeD Logo" src="./assets/woped.jpeg" />
<h1>WoPeD</h1>
<div class="spacer"></div>
</div>
Expand Down

0 comments on commit 1cd042d

Please sign in to comment.