mirror of
https://github.com/BeardedTek/flowbite-beardedtek.com.git
synced 2025-12-06 05:31:52 +00:00
Get rid of set-dark-mode.js as it can't work as intended. Add class cursor-pointer to themeToggle Button.
This commit is contained in:
@@ -5,5 +5,4 @@ import './dark-mode';
|
||||
import './navbar';
|
||||
import './current-year';
|
||||
import './contact-form';
|
||||
import './plausible-banner';
|
||||
import './set-dark-mode';
|
||||
import './plausible-banner';
|
||||
@@ -1,4 +0,0 @@
|
||||
colorTheme = window.localStorage.getItem('color-theme');
|
||||
if (!colorTheme){
|
||||
window.localStorage.setItem('color-theme', 'dark');
|
||||
}
|
||||
Reference in New Issue
Block a user