mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 14:30: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'>
|
<div className='mb-2 col-span-2'>
|
||||||
<h2 className='text-koreanbots-blue text-base font-bold'>기타</h2>
|
<h2 className='text-koreanbots-blue text-base font-bold'>기타</h2>
|
||||||
<div className='flex'>
|
<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={() => {
|
<Toggle checked={theme === 'dark'} onChange={() => {
|
||||||
const t = theme === 'dark' ? 'light' : 'dark'
|
const t = theme === 'dark' ? 'light' : 'dark'
|
||||||
setTheme(t)
|
setTheme(t)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user