mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
chore: removed debug code
This commit is contained in:
parent
6e17a74deb
commit
210a01efeb
@ -77,7 +77,7 @@ const Footer = ({ color, theme, setTheme }:FooterProps): JSX.Element => {
|
||||
<div className='mb-2 col-span-2'>
|
||||
<h2 className='text-koreanbots-blue text-base font-bold'>기타</h2>
|
||||
<div className='flex'>
|
||||
<a className='hover:text-gray-300 mr-2'>다크모드</a>{theme}
|
||||
<a className='hover:text-gray-300 mr-2'>다크모드</a>
|
||||
<Toggle checked={theme === 'dark'} onChange={() => {
|
||||
const t = theme === 'dark' ? 'light' : 'dark'
|
||||
setTheme(t)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user