commit 94b256668530adf50b4b4a1778ca0c4597a06eb4 parent c6fb8899ef63d307e5524e7515a57474d9203086 Author: RobinLinus <robinlinus@users.noreply.github.com> Date: Sun, 20 Dec 2020 22:10:32 +0100 Change title of darkmode button Diffstat:
M | client/index.html | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/client/index.html b/client/index.html @@ -40,7 +40,7 @@ <use xlink:href="#info-outline" /> </svg> </a> - <a href="#" id="theme" class="icon-button" title="Change Theme" > + <a href="#" id="theme" class="icon-button" title="Switch Darkmode/Lightmode" > <svg class="icon"> <use xlink:href="#icon-theme" /> </svg>