feat : play vs engine new page init
This commit is contained in:
@@ -12,10 +12,11 @@ import {
|
||||
} from "@mui/material";
|
||||
|
||||
const MenuOptions = [
|
||||
{ text: "Play", icon: "streamline:chess-pawn", href: "/play" },
|
||||
{ text: "Analysis", icon: "streamline:magnifying-glass-solid", href: "/" },
|
||||
{
|
||||
text: "Database",
|
||||
icon: "streamline:database-solid",
|
||||
icon: "streamline:database",
|
||||
href: "/database",
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user