Skip to content

Commit

Permalink
Fix broken image path.
Browse files Browse the repository at this point in the history
  • Loading branch information
sanketj committed Jul 22, 2024
1 parent e139e2f commit dbae341
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</button>
<datalist>
<option>
<img src="test.jpg" alt="test" height="15px" width="15px">
<img src="../../test.jpg" alt="test" height="15px" width="15px">
❤️heart
</option>
<option>
Expand All @@ -28,7 +28,7 @@
</button>
<datalist>
<option>
<img src="test.jpg" alt="test" height="15px" width="15px">
<img src="../../test.jpg" alt="test" height="15px" width="15px">
❤️heart
</option>
<option>
Expand Down
4 changes: 2 additions & 2 deletions controls/select-element/image-in-select-dropdown.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<select>
<datalist>
<option>
<img src="test.jpg" alt="test" height="15px" width="15px">
<img src="../../test.jpg" alt="test" height="15px" width="15px">
❤️heart
</option>
<option>
Expand All @@ -22,7 +22,7 @@
<select style="appearance:base-select">
<datalist>
<option>
<img src="test.jpg" alt="test" height="15px" width="15px">
<img src="../../test.jpg" alt="test" height="15px" width="15px">
❤️heart
</option>
<option>
Expand Down

0 comments on commit dbae341

Please sign in to comment.