Skip to content

Commit

Permalink
fixing svg path
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorciney committed Aug 28, 2022
1 parent c78f9aa commit 8342f4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,4 @@
}
},
"defaultProject": "todo-dy"
}
}
2 changes: 1 addition & 1 deletion src/app/todo/todo.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { Todo } from '../model/todo';
</div>
</div>
<div *ngIf="isHovered" class="bin-container">
<input class="delete-todo" alt="Delete" type="image" src="../../assets/images/delete-button.svg"
<input class="delete-todo" alt="Delete" type="image" src="assets/images/delete-button.svg"
(click)="delete.emit(this.todo?.id)"/>
</div>
</div>
Expand Down

0 comments on commit 8342f4c

Please sign in to comment.