diff --git a/src/InstructionMenu.tsx b/src/InstructionMenu.tsx index 875c10c..8d09131 100644 --- a/src/InstructionMenu.tsx +++ b/src/InstructionMenu.tsx @@ -1,4 +1,4 @@ -import { Card, styled, Typography } from "@mui/material" +import { Card, CardContent, styled, Typography } from "@mui/material" import React from "react" import instructions from "./Instructions" import Tooltip, { TooltipProps, tooltipClasses } from "@mui/material/Tooltip" @@ -32,10 +32,10 @@ export default function InstructionMenu() { {instruction.description} }> - - - {instruction.symbol} - + + + {instruction.symbol} +