chore: add array key

This commit is contained in:
Ibrahima G. Coulibaly
2025-07-07 14:08:36 +01:00
parent e63736e75b
commit 72145a21e7

View File

@@ -42,6 +42,7 @@ const Navbar: React.FC<NavbarProps> = ({
const buttons: ReactNode[] = [
<Icon
key={mode}
onClick={onChangeMode}
style={{ cursor: 'pointer' }}
fontSize={30}