Skip to content

Commit

Permalink
updated modal url
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul.jain committed Feb 23, 2024
1 parent e200fa6 commit 71cd6c5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ui/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,10 @@
<div id="myModal" class="modal">
<div class="modal-content">
<span class="close">&times;</span>
<img src="../media/20-20-20-modal.jpg" alt="Image">
<img
src="https://raw.githubusercontent.com/pythonicrahul/20-20-20-Refresh/main/media/20-20-20-modal.jpg"
alt="Image"
>
<label>
<input type="checkbox" id="dontShowAgain"> Don't show this again
</label>
Expand Down

0 comments on commit 71cd6c5

Please sign in to comment.