mirror of
https://github.com/FranP-code/Pomodoro-Timer-with-Clockify-integration.git
synced 2025-10-12 23:52:30 +00:00
Added folders and disabled login banner when the user is identificated
This commit is contained in:
14
src/components/Header Childrens/DarkMode.jsx
Normal file
14
src/components/Header Childrens/DarkMode.jsx
Normal file
@@ -0,0 +1,14 @@
|
||||
import React from 'react'
|
||||
|
||||
const DarkMode = () => {
|
||||
return (
|
||||
<div className="dark-mode">
|
||||
<input type="checkbox" id="dark-mode_toogle-switch" onChange={() => {
|
||||
|
||||
}}/>
|
||||
<label for="dark-mode_toogle-switch"></label>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default DarkMode
|
||||
Reference in New Issue
Block a user