Fix alt switch theme images
This commit is contained in:
@@ -41,7 +41,7 @@ export default function SwitchTheme({switchFixed, mode, setMode}) {
|
||||
<div className={switchFixed ? classes.switchFixed : classes.switch} >
|
||||
{mode === 'dark' ? (
|
||||
<Image
|
||||
alt='Logo #OKi'
|
||||
alt='Switch theme to light'
|
||||
width={24}
|
||||
height={24}
|
||||
src={darkSwitch}
|
||||
@@ -50,7 +50,7 @@ export default function SwitchTheme({switchFixed, mode, setMode}) {
|
||||
/>
|
||||
) : (
|
||||
<Image
|
||||
alt='Logo #OKi'
|
||||
alt='Switch theme to dark'
|
||||
width={24}
|
||||
height={24}
|
||||
src={lightSwitch}
|
||||
|
||||
Reference in New Issue
Block a user