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