We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66e6939 commit a20f9beCopy full SHA for a20f9be
src/icons/night-mode.png
9.76 KB
src/popup.html
@@ -23,7 +23,7 @@
23
<div class="bg-white pl-4 py-4 mx-2 mb-2 rounded-3xl">
24
<div class="flex justify-between py-2">
25
<h3 class="text-3xl font-semibold ">Scrum Helper</h3>
26
- <img src="../icons/night-mode.png" alt="Night Mode" class="w-7 h-7 mx-3">
+ <img src="../src/icons/night-mode.png" alt="Night Mode" class="w-7 h-7 mx-3">
27
</div>
28
<div>
29
<p class="font-semibold">SCRUM helper prefills the Scrums in google groups, with your FOSSASIA's contributions.</p>
0 commit comments